Index: core/fpdfapi/page/cpdf_pathobject.h |
diff --git a/core/fpdfapi/fpdf_page/cpdf_pathobject.h b/core/fpdfapi/page/cpdf_pathobject.h |
similarity index 76% |
rename from core/fpdfapi/fpdf_page/cpdf_pathobject.h |
rename to core/fpdfapi/page/cpdf_pathobject.h |
index ee40322076a34553cd575ee49b121decd6f04246..65578a1bab2fba99e73d602bfa79954ba75e2b0c 100644 |
--- a/core/fpdfapi/fpdf_page/cpdf_pathobject.h |
+++ b/core/fpdfapi/page/cpdf_pathobject.h |
@@ -4,11 +4,11 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef CORE_FPDFAPI_FPDF_PAGE_CPDF_PATHOBJECT_H_ |
-#define CORE_FPDFAPI_FPDF_PAGE_CPDF_PATHOBJECT_H_ |
+#ifndef CORE_FPDFAPI_PAGE_CPDF_PATHOBJECT_H_ |
+#define CORE_FPDFAPI_PAGE_CPDF_PATHOBJECT_H_ |
-#include "core/fpdfapi/fpdf_page/cpdf_pageobject.h" |
-#include "core/fpdfapi/fpdf_page/cpdf_path.h" |
+#include "core/fpdfapi/page/cpdf_pageobject.h" |
+#include "core/fpdfapi/page/cpdf_path.h" |
#include "core/fxcrt/fx_coordinates.h" |
#include "core/fxcrt/fx_system.h" |
@@ -33,4 +33,4 @@ class CPDF_PathObject : public CPDF_PageObject { |
CFX_Matrix m_Matrix; |
}; |
-#endif // CORE_FPDFAPI_FPDF_PAGE_CPDF_PATHOBJECT_H_ |
+#endif // CORE_FPDFAPI_PAGE_CPDF_PATHOBJECT_H_ |