summaryrefslogtreecommitdiff
path: root/xfa/fxfa/app/xfa_ffwidget.cpp
diff options
context:
space:
mode:
authordsinclair <dsinclair@chromium.org>2016-09-29 11:59:54 -0700
committerCommit bot <commit-bot@chromium.org>2016-09-29 11:59:54 -0700
commit8a752ab21daa2dcd0314ab5e3908f8d6e7bba2b7 (patch)
tree32e57975bb7200fd406e655e96d07d103021d67f /xfa/fxfa/app/xfa_ffwidget.cpp
parent166bc16e15a5be72fe19da97504b4837967333ff (diff)
downloadpdfium-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 'xfa/fxfa/app/xfa_ffwidget.cpp')
-rw-r--r--xfa/fxfa/app/xfa_ffwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp
index d71783b275..2ef9840c1a 100644
--- a/xfa/fxfa/app/xfa_ffwidget.cpp
+++ b/xfa/fxfa/app/xfa_ffwidget.cpp
@@ -9,7 +9,7 @@
#include <algorithm>
#include <memory>
-#include "core/fpdfapi/fpdf_page/include/cpdf_pageobjectholder.h"
+#include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h"
#include "core/fxcodec/codec/include/ccodec_progressivedecoder.h"
#include "core/fxcodec/include/fx_codec.h"
#include "core/fxge/include/cfx_gemodule.h"