summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 13:12:56 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 13:12:56 -0700
commit1727aee85f22d9403e6cd8a0f786b9b7c0a2740a (patch)
treef443fc8ec5e24a054169d1c566e6d1ad55236c77 /xfa
parent39c62fd528854eb4606b8f1917a777532b04db03 (diff)
downloadpdfium-1727aee85f22d9403e6cd8a0f786b9b7c0a2740a.tar.xz
Move core/fpdfdoc/include to core/fpdfdoc
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2374383003
Diffstat (limited to 'xfa')
-rw-r--r--xfa/fxfa/app/DEPS2
-rw-r--r--xfa/fxfa/app/xfa_ffdoc.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS
index 5943f04098..abdf53d98f 100644
--- a/xfa/fxfa/app/DEPS
+++ b/xfa/fxfa/app/DEPS
@@ -3,7 +3,7 @@ include_rules = [
'+core/fpdfapi/fpdf_font',
'+core/fpdfapi/fpdf_page',
'+core/fpdfapi/fpdf_parser',
- '+core/fpdfdoc/include',
+ '+core/fpdfdoc',
'+core/fxcodec/include',
'+core/fxcodec/codec/include',
]
diff --git a/xfa/fxfa/app/xfa_ffdoc.cpp b/xfa/fxfa/app/xfa_ffdoc.cpp
index a36e5e022e..f9b92c6f6d 100644
--- a/xfa/fxfa/app/xfa_ffdoc.cpp
+++ b/xfa/fxfa/app/xfa_ffdoc.cpp
@@ -11,7 +11,7 @@
#include "core/fpdfapi/fpdf_parser/cpdf_array.h"
#include "core/fpdfapi/fpdf_parser/cpdf_document.h"
#include "core/fpdfapi/fpdf_parser/fpdf_parser_decode.h"
-#include "core/fpdfdoc/include/cpdf_nametree.h"
+#include "core/fpdfdoc/cpdf_nametree.h"
#include "core/fxcrt/include/fx_ext.h"
#include "core/fxcrt/include/fx_memory.h"
#include "xfa/fde/xml/fde_xml_imp.h"