diff options
author | dsinclair <dsinclair@chromium.org> | 2016-09-29 12:01:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-09-29 12:01:30 -0700 |
commit | c6c425af1156587fd9b770e5d40bc087df0c63d8 (patch) | |
tree | b73f313c39cd2b1a275a0f9e1ad7206baf5f95d1 /xfa/fxfa/app/xfa_fontmgr.cpp | |
parent | 8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7 (diff) | |
download | pdfium-c6c425af1156587fd9b770e5d40bc087df0c63d8.tar.xz |
Move core/fpdfapi/fpdf_parser/include to core/fpdfapi/fpdf_parser
BUG=pdfium:611
Review-Url: https://codereview.chromium.org/2383543002
Diffstat (limited to 'xfa/fxfa/app/xfa_fontmgr.cpp')
-rw-r--r-- | xfa/fxfa/app/xfa_fontmgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/xfa_fontmgr.cpp b/xfa/fxfa/app/xfa_fontmgr.cpp index 57e0baffa0..d5e2c67746 100644 --- a/xfa/fxfa/app/xfa_fontmgr.cpp +++ b/xfa/fxfa/app/xfa_fontmgr.cpp @@ -11,8 +11,8 @@ #include <utility> #include "core/fpdfapi/fpdf_font/cpdf_font.h" -#include "core/fpdfapi/fpdf_parser/include/cpdf_dictionary.h" -#include "core/fpdfapi/fpdf_parser/include/cpdf_document.h" +#include "core/fpdfapi/fpdf_parser/cpdf_dictionary.h" +#include "core/fpdfapi/fpdf_parser/cpdf_document.h" #include "xfa/fgas/font/fgas_gefont.h" #include "xfa/fxfa/include/xfa_ffapp.h" #include "xfa/fxfa/include/xfa_ffdoc.h" |