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

Unified Diff: core/fpdfdoc/cpdf_bookmarktree.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_bookmark.cpp ('k') | core/fpdfdoc/cpdf_bookmarktree.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/cpdf_bookmarktree.h
diff --git a/core/fpdfdoc/include/cpdf_bookmarktree.h b/core/fpdfdoc/cpdf_bookmarktree.h
similarity index 75%
rename from core/fpdfdoc/include/cpdf_bookmarktree.h
rename to core/fpdfdoc/cpdf_bookmarktree.h
index f496053383b0eb1311935b7de84c58c9d8fb4445..7207357b1e599a76baa53bdb73835acf386d3124 100644
--- a/core/fpdfdoc/include/cpdf_bookmarktree.h
+++ b/core/fpdfdoc/cpdf_bookmarktree.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFDOC_INCLUDE_CPDF_BOOKMARKTREE_H_
-#define CORE_FPDFDOC_INCLUDE_CPDF_BOOKMARKTREE_H_
+#ifndef CORE_FPDFDOC_CPDF_BOOKMARKTREE_H_
+#define CORE_FPDFDOC_CPDF_BOOKMARKTREE_H_
-#include "core/fpdfdoc/include/cpdf_bookmark.h"
+#include "core/fpdfdoc/cpdf_bookmark.h"
class CPDF_Document;
@@ -23,4 +23,4 @@ class CPDF_BookmarkTree {
CPDF_Document* const m_pDocument;
};
-#endif // CORE_FPDFDOC_INCLUDE_CPDF_BOOKMARKTREE_H_
+#endif // CORE_FPDFDOC_CPDF_BOOKMARKTREE_H_
« no previous file with comments | « core/fpdfdoc/cpdf_bookmark.cpp ('k') | core/fpdfdoc/cpdf_bookmarktree.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698