From 1727aee85f22d9403e6cd8a0f786b9b7c0a2740a Mon Sep 17 00:00:00 2001 From: dsinclair Date: Thu, 29 Sep 2016 13:12:56 -0700 Subject: Move core/fpdfdoc/include to core/fpdfdoc BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2374383003 --- xfa/fxfa/app/DEPS | 2 +- xfa/fxfa/app/xfa_ffdoc.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 5943f04098..abdf53d98f 100644 --- a/xfa/fxfa/app/DEPS +++ b/xfa/fxfa/app/DEPS @@ -3,7 +3,7 @@ include_rules = [ '+core/fpdfapi/fpdf_font', '+core/fpdfapi/fpdf_page', '+core/fpdfapi/fpdf_parser', - '+core/fpdfdoc/include', + '+core/fpdfdoc', '+core/fxcodec/include', '+core/fxcodec/codec/include', ] diff --git a/xfa/fxfa/app/xfa_ffdoc.cpp b/xfa/fxfa/app/xfa_ffdoc.cpp index a36e5e022e..f9b92c6f6d 100644 --- a/xfa/fxfa/app/xfa_ffdoc.cpp +++ b/xfa/fxfa/app/xfa_ffdoc.cpp @@ -11,7 +11,7 @@ #include "core/fpdfapi/fpdf_parser/cpdf_array.h" #include "core/fpdfapi/fpdf_parser/cpdf_document.h" #include "core/fpdfapi/fpdf_parser/fpdf_parser_decode.h" -#include "core/fpdfdoc/include/cpdf_nametree.h" +#include "core/fpdfdoc/cpdf_nametree.h" #include "core/fxcrt/include/fx_ext.h" #include "core/fxcrt/include/fx_memory.h" #include "xfa/fde/xml/fde_xml_imp.h" -- cgit v1.2.3