diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 09:08:24 -0400 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-21 09:08:24 -0400 |
commit | edbb319d3143692befdbb0603089b7e265cf89aa (patch) | |
tree | fc4a40304e45d51b127bde004dff40041dbdb799 /fpdfsdk/fsdk_mgr.cpp | |
parent | 645f78b2fc4e6235374ef17cd83a94e26868b486 (diff) | |
download | pdfium-edbb319d3143692befdbb0603089b7e265cf89aa.tar.xz |
Move fpdfsdk/include/formfiller to fpdfsdk/formfiller.
This CL moves the .h files and renames the .cpp files to match.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1809193002 .
Diffstat (limited to 'fpdfsdk/fsdk_mgr.cpp')
-rw-r--r-- | fpdfsdk/fsdk_mgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/fsdk_mgr.cpp b/fpdfsdk/fsdk_mgr.cpp index 1ff1ca7ca3..91bafb10de 100644 --- a/fpdfsdk/fsdk_mgr.cpp +++ b/fpdfsdk/fsdk_mgr.cpp @@ -12,7 +12,7 @@ #include "core/fpdfapi/fpdf_page/include/cpdf_page.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_array.h" #include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" -#include "fpdfsdk/include/formfiller/FFL_FormFiller.h" +#include "fpdfsdk/formfiller/cffl_formfiller.h" #include "fpdfsdk/include/fsdk_define.h" #include "fpdfsdk/include/javascript/IJavaScript.h" #include "public/fpdf_ext.h" |