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

Unified Diff: core/fpdftext/cpdf_textpagefind.h

Issue 2383563002: Move core/fpdftext/include to core/fpdftext (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 | « core/fpdftext/cpdf_textpage.cpp ('k') | core/fpdftext/cpdf_textpagefind.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/cpdf_textpagefind.h
diff --git a/core/fpdftext/include/cpdf_textpagefind.h b/core/fpdftext/cpdf_textpagefind.h
similarity index 91%
rename from core/fpdftext/include/cpdf_textpagefind.h
rename to core/fpdftext/cpdf_textpagefind.h
index 4950bd1113391c72603e27cecedc3b1905805d00..2cc4c1e48c521f6269dc778bacbaa3191ee780ee 100644
--- a/core/fpdftext/include/cpdf_textpagefind.h
+++ b/core/fpdftext/cpdf_textpagefind.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGEFIND_H_
-#define CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGEFIND_H_
+#ifndef CORE_FPDFTEXT_CPDF_TEXTPAGEFIND_H_
+#define CORE_FPDFTEXT_CPDF_TEXTPAGEFIND_H_
#include <vector>
@@ -57,4 +57,4 @@ class CPDF_TextPageFind {
FX_BOOL m_IsFind;
};
-#endif // CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGEFIND_H_
+#endif // CORE_FPDFTEXT_CPDF_TEXTPAGEFIND_H_
« no previous file with comments | « core/fpdftext/cpdf_textpage.cpp ('k') | core/fpdftext/cpdf_textpagefind.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698