Index: core/fpdfapi/page/pageint.h |
diff --git a/core/fpdfapi/fpdf_page/pageint.h b/core/fpdfapi/page/pageint.h |
similarity index 98% |
rename from core/fpdfapi/fpdf_page/pageint.h |
rename to core/fpdfapi/page/pageint.h |
index 3c10702b9ea884842c85213de991f62e85ace599..2d3927d13d53ddb0d9628b8600cf20e5ee130d08 100644 |
--- a/core/fpdfapi/fpdf_page/pageint.h |
+++ b/core/fpdfapi/page/pageint.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ |
-#define CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ |
+#ifndef CORE_FPDFAPI_PAGE_PAGEINT_H_ |
+#define CORE_FPDFAPI_PAGE_PAGEINT_H_ |
#include <map> |
#include <memory> |
@@ -13,9 +13,9 @@ |
#include <unordered_map> |
#include <vector> |
-#include "core/fpdfapi/fpdf_page/cpdf_contentmark.h" |
-#include "core/fpdfapi/fpdf_page/cpdf_countedobject.h" |
-#include "core/fpdfapi/fpdf_page/cpdf_pageobjectholder.h" |
+#include "core/fpdfapi/page/cpdf_contentmark.h" |
+#include "core/fpdfapi/page/cpdf_countedobject.h" |
+#include "core/fpdfapi/page/cpdf_pageobjectholder.h" |
#include "core/fxcrt/cfx_string_pool_template.h" |
#include "core/fxcrt/cfx_weak_ptr.h" |
#include "core/fxge/cfx_pathdata.h" |
@@ -563,4 +563,4 @@ CFX_ByteStringC PDF_FindValueAbbreviationForTesting( |
void PDF_ReplaceAbbr(CPDF_Object* pObj); |
bool IsPathOperator(const uint8_t* buf, size_t len); |
-#endif // CORE_FPDFAPI_FPDF_PAGE_PAGEINT_H_ |
+#endif // CORE_FPDFAPI_PAGE_PAGEINT_H_ |