summaryrefslogtreecommitdiff
path: root/fpdfsdk/cfx_systemhandler.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 12:01:30 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 12:01:30 -0700
commitc6c425af1156587fd9b770e5d40bc087df0c63d8 (patch)
treeb73f313c39cd2b1a275a0f9e1ad7206baf5f95d1 /fpdfsdk/cfx_systemhandler.cpp
parent8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7 (diff)
downloadpdfium-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 'fpdfsdk/cfx_systemhandler.cpp')
-rw-r--r--fpdfsdk/cfx_systemhandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fpdfsdk/cfx_systemhandler.cpp b/fpdfsdk/cfx_systemhandler.cpp
index edcc094c17..c7d81d5259 100644
--- a/fpdfsdk/cfx_systemhandler.cpp
+++ b/fpdfsdk/cfx_systemhandler.cpp
@@ -8,7 +8,7 @@
#include <memory>
-#include "core/fpdfapi/fpdf_parser/include/cpdf_document.h"
+#include "core/fpdfapi/fpdf_parser/cpdf_document.h"
#include "core/fxge/include/cfx_fontmapper.h"
#include "core/fxge/include/cfx_fontmgr.h"
#include "core/fxge/include/cfx_gemodule.h"