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

Unified Diff: core/fpdftext/cpdf_linkextract.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 | « BUILD.gn ('k') | core/fpdftext/cpdf_linkextract.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdftext/cpdf_linkextract.h
diff --git a/core/fpdftext/include/cpdf_linkextract.h b/core/fpdftext/cpdf_linkextract.h
similarity index 87%
rename from core/fpdftext/include/cpdf_linkextract.h
rename to core/fpdftext/cpdf_linkextract.h
index 5d471e0f1cc0fea8666bb49926d3a17f462ca7a5..159b330f9462ede66659025e0eeac622eefbb162 100644
--- a/core/fpdftext/include/cpdf_linkextract.h
+++ b/core/fpdftext/cpdf_linkextract.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFTEXT_INCLUDE_CPDF_LINKEXTRACT_H_
-#define CORE_FPDFTEXT_INCLUDE_CPDF_LINKEXTRACT_H_
+#ifndef CORE_FPDFTEXT_CPDF_LINKEXTRACT_H_
+#define CORE_FPDFTEXT_CPDF_LINKEXTRACT_H_
#include <vector>
@@ -43,4 +43,4 @@ class CPDF_LinkExtract {
std::vector<Link> m_LinkArray;
};
-#endif // CORE_FPDFTEXT_INCLUDE_CPDF_LINKEXTRACT_H_
+#endif // CORE_FPDFTEXT_CPDF_LINKEXTRACT_H_
« no previous file with comments | « BUILD.gn ('k') | core/fpdftext/cpdf_linkextract.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698