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

Unified Diff: fpdfsdk/fpdfxfa/fpdfxfa_page.h

Issue 2381993002: Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa (Closed)
Patch Set: Rebase to master Created 4 years, 3 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/fpdfxfa_doc.cpp ('k') | fpdfsdk/fpdfxfa/fpdfxfa_page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/fpdfxfa/fpdfxfa_page.h
diff --git a/fpdfsdk/fpdfxfa/include/fpdfxfa_page.h b/fpdfsdk/fpdfxfa/fpdfxfa_page.h
similarity index 93%
rename from fpdfsdk/fpdfxfa/include/fpdfxfa_page.h
rename to fpdfsdk/fpdfxfa/fpdfxfa_page.h
index bd60366a6bcf9eea45e351fc7067b1d121d9e8dd..cc622b7a404a92b4ee2117ac8b5f1211b228fef8 100644
--- a/fpdfsdk/fpdfxfa/include/fpdfxfa_page.h
+++ b/fpdfsdk/fpdfxfa/fpdfxfa_page.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef FPDFSDK_FPDFXFA_INCLUDE_FPDFXFA_PAGE_H_
-#define FPDFSDK_FPDFXFA_INCLUDE_FPDFXFA_PAGE_H_
+#ifndef FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
+#define FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
#include <memory>
@@ -82,4 +82,4 @@ class CPDFXFA_Page {
int m_iRef;
};
-#endif // FPDFSDK_FPDFXFA_INCLUDE_FPDFXFA_PAGE_H_
+#endif // FPDFSDK_FPDFXFA_FPDFXFA_PAGE_H_
« no previous file with comments | « fpdfsdk/fpdfxfa/fpdfxfa_doc.cpp ('k') | fpdfsdk/fpdfxfa/fpdfxfa_page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698