summaryrefslogtreecommitdiff
path: root/xfa
diff options
context:
space:
mode:
Diffstat (limited to 'xfa')
-rw-r--r--xfa/fxfa/app/DEPS2
-rw-r--r--xfa/fxfa/app/xfa_ffwidget.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/xfa/fxfa/app/DEPS b/xfa/fxfa/app/DEPS
index 78bd1ed55d..662b4b9d14 100644
--- a/xfa/fxfa/app/DEPS
+++ b/xfa/fxfa/app/DEPS
@@ -1,7 +1,7 @@
include_rules = [
'+core/fdrm/crypto',
'+core/fpdfapi/font',
- '+core/fpdfapi/fpdf_page',
+ '+core/fpdfapi/page',
'+core/fpdfapi/fpdf_parser',
'+core/fpdfdoc',
'+core/fxcodec',
diff --git a/xfa/fxfa/app/xfa_ffwidget.cpp b/xfa/fxfa/app/xfa_ffwidget.cpp
index 1a1ff49ab1..cac9ccf26d 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/cpdf_pageobjectholder.h"
+#include "core/fpdfapi/page/cpdf_pageobjectholder.h"
#include "core/fxcodec/codec/ccodec_progressivedecoder.h"
#include "core/fxcodec/fx_codec.h"
#include "core/fxge/cfx_gemodule.h"