diff options
author | dsinclair <dsinclair@chromium.org> | 2016-10-04 14:02:47 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-10-04 14:02:47 -0700 |
commit | 4d29e78fc80285d222f2bad916354e3db970d0cc (patch) | |
tree | 09b66b68a4a29f50a9c20ef079148b920ef29ff5 /fpdfsdk/fpdfeditpage.cpp | |
parent | 98151cab3d24c021597d1fb075437675a3db7e12 (diff) | |
download | pdfium-4d29e78fc80285d222f2bad916354e3db970d0cc.tar.xz |
Rename fpdfsdk/fpdfxfa files to match contentschromium/2881
Each of these files contains a single class, rename the file to match the
internal class name.
Review-Url: https://codereview.chromium.org/2385423004
Diffstat (limited to 'fpdfsdk/fpdfeditpage.cpp')
-rw-r--r-- | fpdfsdk/fpdfeditpage.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fpdfsdk/fpdfeditpage.cpp b/fpdfsdk/fpdfeditpage.cpp index 861e14ed66..78790f7ce6 100644 --- a/fpdfsdk/fpdfeditpage.cpp +++ b/fpdfsdk/fpdfeditpage.cpp @@ -29,9 +29,9 @@ #include "third_party/base/stl_util.h" #ifdef PDF_ENABLE_XFA -#include "fpdfsdk/fpdfxfa/fpdfxfa_app.h" -#include "fpdfsdk/fpdfxfa/fpdfxfa_doc.h" -#include "fpdfsdk/fpdfxfa/fpdfxfa_page.h" +#include "fpdfsdk/fpdfxfa/cpdfxfa_app.h" +#include "fpdfsdk/fpdfxfa/cpdfxfa_document.h" +#include "fpdfsdk/fpdfxfa/cpdfxfa_page.h" #endif // PDF_ENABLE_XFA #if _FX_OS_ == _FX_ANDROID_ |