diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 13:43:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 13:43:30 -0700 |
commit | 8a4e286e686c3027f382afb07d3ddcec4610fdd9 (patch) | |
tree | c693cffa5f7969110c4b6b969120e794fe6bbfd7 /xfa/fxfa/parser | |
parent | e0307861b8e55c9f44e947d8bf82b9c16ec9b963 (diff) | |
download | pdfium-8a4e286e686c3027f382afb07d3ddcec4610fdd9.tar.xz |
Move core/fxcodec/codec/include and core/fxcodec/include files up
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2381063002
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r-- | xfa/fxfa/parser/DEPS | 2 | ||||
-rw-r--r-- | xfa/fxfa/parser/xfa_localemgr.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS index 97ccb1faa6..1519ceaa93 100644 --- a/xfa/fxfa/parser/DEPS +++ b/xfa/fxfa/parser/DEPS @@ -1,3 +1,3 @@ include_rules = [ - '+core/fxcodec/include', + '+core/fxcodec', ] diff --git a/xfa/fxfa/parser/xfa_localemgr.cpp b/xfa/fxfa/parser/xfa_localemgr.cpp index 94a2f5a3f6..9b444defee 100644 --- a/xfa/fxfa/parser/xfa_localemgr.cpp +++ b/xfa/fxfa/parser/xfa_localemgr.cpp @@ -9,7 +9,7 @@ #include <memory> #include <utility> -#include "core/fxcodec/include/fx_codec.h" +#include "core/fxcodec/fx_codec.h" #include "core/fxcrt/include/fx_xml.h" #include "core/fxge/include/cfx_gemodule.h" #include "xfa/fxfa/parser/cxfa_document.h" |