Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2045)

Unified Diff: core/fpdfapi/edit/cpdf_pagecontentgenerator.h

Issue 2386263003: Move core/fpdfapi/fpdf_edit to core/fpdfapi/edit (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: core/fpdfapi/edit/cpdf_pagecontentgenerator.h
diff --git a/core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h b/core/fpdfapi/edit/cpdf_pagecontentgenerator.h
similarity index 86%
rename from core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
rename to core/fpdfapi/edit/cpdf_pagecontentgenerator.h
index 8dfc6101e14bd202909f57b0ce6f4a8807bc2a86..21b1b74fe977bf6e9a6c3a3c6ac7198385513655 100644
--- a/core/fpdfapi/fpdf_edit/cpdf_pagecontentgenerator.h
+++ b/core/fpdfapi/edit/cpdf_pagecontentgenerator.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
-#define CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
+#ifndef CORE_FPDFAPI_EDIT_CPDF_PAGECONTENTGENERATOR_H_
+#define CORE_FPDFAPI_EDIT_CPDF_PAGECONTENTGENERATOR_H_
#include "core/fpdfapi/fpdf_parser/cpdf_document.h"
#include "core/fxcrt/fx_basic.h"
@@ -40,4 +40,4 @@ class CPDF_PageContentGenerator {
CFX_ArrayTemplate<CPDF_PageObject*> m_pageObjects;
};
-#endif // CORE_FPDFAPI_FPDF_EDIT_CPDF_PAGECONTENTGENERATOR_H_
+#endif // CORE_FPDFAPI_EDIT_CPDF_PAGECONTENTGENERATOR_H_

Powered by Google App Engine
This is Rietveld 408576698