diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 11:59:54 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 11:59:54 -0700 |
commit | 8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7 (patch) | |
tree | 32e57975bb7200fd406e655e96d07d103021d67f /xfa/fxfa | |
parent | 166bc16e15a5be72fe19da97504b4837967333ff (diff) | |
download | pdfium-8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7.tar.xz |
Move core/fpdfapi/fpdf_page/include to core/fpdfapi/fpdf_page
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2379033002
Diffstat (limited to 'xfa/fxfa')
-rw-r--r-- | xfa/fxfa/app/DEPS | 2 | ||||
-rw-r--r-- | xfa/fxfa/app/xfa_ffwidget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS index 3c47627df8..2a7e28d120 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -1,7 +1,7 @@ include_rules = [ '+core/fdrm/crypto', '+core/fpdfapi/fpdf_font', - '+core/fpdfapi/fpdf_page/include', + '+core/fpdfapi/fpdf_page', '+core/fpdfapi/fpdf_parser/include', '+core/fpdfdoc/include', '+core/fxcodec/include', diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp index d71783b275..2ef9840c1a 100644 --- a/xfa/fxfa/app/xfa_ffwidget.cpp +++ b/xfa/fxfa/app/xfa_ffwidget.cpp @@ -9,7 +9,7 @@ #include <algorithm> #include <memory> -#include "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h" +#include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h" #include "core/fxcodec/codec/include/ccodec_progressivedecoder.h" #include "core/fxcodec/include/fx_codec.h" #include "core/fxge/include/cfx_gemodule.h" |