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

Unified Diff: core/fpdfdoc/cpdf_annotlist.h

Issue 2374383003: Move core/fpdfdoc/include to core/fpdfdoc (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/fpdfdoc/cpdf_annot.cpp ('k') | core/fpdfdoc/cpdf_annotlist.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/cpdf_annotlist.h
diff --git a/core/fpdfdoc/include/cpdf_annotlist.h b/core/fpdfdoc/cpdf_annotlist.h
similarity index 92%
rename from core/fpdfdoc/include/cpdf_annotlist.h
rename to core/fpdfdoc/cpdf_annotlist.h
index f76ec64cd9b92eb5d950649ff1f224df83c6af18..afe85f33af4ab5802c36c23f6fc73302d4896b39 100644
--- a/core/fpdfdoc/include/cpdf_annotlist.h
+++ b/core/fpdfdoc/cpdf_annotlist.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFDOC_INCLUDE_CPDF_ANNOTLIST_H_
-#define CORE_FPDFDOC_INCLUDE_CPDF_ANNOTLIST_H_
+#ifndef CORE_FPDFDOC_CPDF_ANNOTLIST_H_
+#define CORE_FPDFDOC_CPDF_ANNOTLIST_H_
#include <memory>
#include <vector>
@@ -61,4 +61,4 @@ class CPDF_AnnotList {
std::vector<std::unique_ptr<CPDF_Annot>> m_AnnotList;
};
-#endif // CORE_FPDFDOC_INCLUDE_CPDF_ANNOTLIST_H_
+#endif // CORE_FPDFDOC_CPDF_ANNOTLIST_H_
« no previous file with comments | « core/fpdfdoc/cpdf_annot.cpp ('k') | core/fpdfdoc/cpdf_annotlist.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698