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 /fpdfsdk/formfiller/cffl_interactiveformfiller.cpp | |
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 'fpdfsdk/formfiller/cffl_interactiveformfiller.cpp')
-rw-r--r-- | fpdfsdk/formfiller/cffl_interactiveformfiller.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp index dbe31f7857..65c7e00294 100644 --- a/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp +++ b/fpdfsdk/formfiller/cffl_interactiveformfiller.cpp @@ -6,7 +6,7 @@ #include "fpdfsdk/formfiller/cffl_interactiveformfiller.h" -#include "core/fpdfapi/fpdf_page/include/cpdf_page.h" +#include "core/fpdfapi/fpdf_page/cpdf_page.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" #include "core/fxge/include/cfx_graphstatedata.h" #include "core/fxge/include/cfx_pathdata.h" |