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

Unified Diff: fpdfsdk/fpdfxfa/cpdfxfa_app.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/fpdfview.cpp ('k') | fpdfsdk/fpdfxfa/cpdfxfa_app.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fpdfxfa/cpdfxfa_app.h
diff --git a/fpdfsdk/fpdfxfa/fpdfxfa_app.h b/fpdfsdk/fpdfxfa/cpdfxfa_app.h
similarity index 95%
rename from fpdfsdk/fpdfxfa/fpdfxfa_app.h
rename to fpdfsdk/fpdfxfa/cpdfxfa_app.h
index 59cb220ceec3cb321e1778b8a29f8cc246a350f9..3830dc4d4c69b8c5c72e11dbb6945ea0a07d478a 100644
--- a/fpdfsdk/fpdfxfa/fpdfxfa_app.h
+++ b/fpdfsdk/fpdfxfa/cpdfxfa_app.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_FPDFXFA_FPDFXFA_APP_H_
-#define FPDFSDK_FPDFXFA_FPDFXFA_APP_H_
+#ifndef FPDFSDK_FPDFXFA_CPDFXFA_APP_H_
+#define FPDFSDK_FPDFXFA_CPDFXFA_APP_H_
#include "xfa/fxfa/fxfa.h"
@@ -76,4 +76,4 @@ class CPDFXFA_App : public IXFA_AppProvider {
CFX_WideString m_csAppType;
};
-#endif // FPDFSDK_FPDFXFA_FPDFXFA_APP_H_
+#endif // FPDFSDK_FPDFXFA_CPDFXFA_APP_H_
« no previous file with comments | « fpdfsdk/fpdfview.cpp ('k') | fpdfsdk/fpdfxfa/cpdfxfa_app.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698