From 41872fa5ac7448a50f66ad56d7bde8d1aa77db4b Mon Sep 17 00:00:00 2001 From: dsinclair Date: Tue, 4 Oct 2016 11:29:35 -0700 Subject: Move core/fpdfapi/fpdf_page to core/fpdfapi/page BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2386423004 --- xfa/fxfa/app/DEPS | 2 +- xfa/fxfa/app/xfa_ffwidget.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'xfa/fxfa/app') 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 #include -#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" -- cgit v1.2.3