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

Unified Diff: core/fpdftext/cpdf_textpage.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_linkextract.cpp ('k') | core/fpdftext/cpdf_textpage.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/cpdf_textpage.h
diff --git a/core/fpdftext/include/cpdf_textpage.h b/core/fpdftext/cpdf_textpage.h
similarity index 97%
rename from core/fpdftext/include/cpdf_textpage.h
rename to core/fpdftext/cpdf_textpage.h
index 64b1613e7ea300fb2f84604e58668cfd9552b594..46fcafa6c013caec68cfd492e406addd23e4debe 100644
--- a/core/fpdftext/include/cpdf_textpage.h
+++ b/core/fpdftext/cpdf_textpage.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
-#define CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
+#ifndef CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
+#define CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
#include <deque>
#include <vector>
@@ -178,4 +178,4 @@ class CPDF_TextPage {
CFX_FloatRect m_CurlineRect;
};
-#endif // CORE_FPDFTEXT_INCLUDE_CPDF_TEXTPAGE_H_
+#endif // CORE_FPDFTEXT_CPDF_TEXTPAGE_H_
« no previous file with comments | « core/fpdftext/cpdf_linkextract.cpp ('k') | core/fpdftext/cpdf_textpage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698