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

Unified Diff: fpdfsdk/fpdfxfa/cpdfxfa_page.h

Issue 2385423004: Rename fpdfsdk/fpdfxfa files to match contents (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
« no previous file with comments | « fpdfsdk/fpdfxfa/cpdfxfa_document.cpp ('k') | fpdfsdk/fpdfxfa/cpdfxfa_page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fpdfxfa/cpdfxfa_page.h
diff --git a/fpdfsdk/fpdfxfa/fpdfxfa_page.h b/fpdfsdk/fpdfxfa/cpdfxfa_page.h
similarity index 94%
rename from fpdfsdk/fpdfxfa/fpdfxfa_page.h
rename to fpdfsdk/fpdfxfa/cpdfxfa_page.h
index cc622b7a404a92b4ee2117ac8b5f1211b228fef8..80a183f807a167c3c827f825d40dd9da786bbb28 100644
--- a/fpdfsdk/fpdfxfa/fpdfxfa_page.h
+++ b/fpdfsdk/fpdfxfa/cpdfxfa_page.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
-#define FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
+#ifndef FPDFSDK_FPDFXFA_CPDFXFA_PAGE_H_
+#define FPDFSDK_FPDFXFA_CPDFXFA_PAGE_H_
#include <memory>
@@ -82,4 +82,4 @@ class CPDFXFA_Page {
int m_iRef;
};
-#endif // FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
+#endif // FPDFSDK_FPDFXFA_CPDFXFA_PAGE_H_
« no previous file with comments | « fpdfsdk/fpdfxfa/cpdfxfa_document.cpp ('k') | fpdfsdk/fpdfxfa/cpdfxfa_page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698