summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-04-06 12:30:31 -0700
committerCommit bot <commit-bot@chromium.org>2016-04-06 12:30:32 -0700
commit86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21 (patch)
tree38e8d16226cbf0e58c6c242c8954e8e45a4819cd /xfa/fxfa/parser
parent088632c37b21cbf3a4668b6094bd04ede021f15e (diff)
downloadpdfium-86e5474dc4ff7fe0d0850f26f7320e1e57f3fd21.tar.xz
Move include/fxcodec to fxcodec/include
Review URL: https://codereview.chromium.org/1864153002
Diffstat (limited to 'xfa/fxfa/parser')
-rw-r--r--xfa/fxfa/parser/DEPS3
-rw-r--r--xfa/fxfa/parser/xfa_localemgr.cpp2
2 files changed, 4 insertions, 1 deletions
diff --git a/xfa/fxfa/parser/DEPS b/xfa/fxfa/parser/DEPS
new file mode 100644
index 0000000000..97ccb1faa6
--- /dev/null
+++ b/xfa/fxfa/parser/DEPS
@@ -0,0 +1,3 @@
+include_rules = [
+ '+core/fxcodec/include',
+]
diff --git a/xfa/fxfa/parser/xfa_localemgr.cpp b/xfa/fxfa/parser/xfa_localemgr.cpp
index d040e0dd2b..828fcd8caa 100644
--- a/xfa/fxfa/parser/xfa_localemgr.cpp
+++ b/xfa/fxfa/parser/xfa_localemgr.cpp
@@ -6,9 +6,9 @@
#include "xfa/fxfa/parser/xfa_localemgr.h"
+#include "core/fxcodec/include/fx_codec.h"
#include "core/fxcrt/include/fx_xml.h"
#include "core/fxge/include/fx_ge.h"
-#include "core/include/fxcodec/fx_codec.h"
#include "xfa/fxfa/fm2js/xfa_fm2jsapi.h"
#include "xfa/fxfa/parser/xfa_docdata.h"
#include "xfa/fxfa/parser/xfa_doclayout.h"