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

Unified Diff: core/fpdfdoc/cpdf_occontext.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_nametree.cpp ('k') | core/fpdfdoc/cpdf_occontext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfdoc/cpdf_occontext.h
diff --git a/core/fpdfdoc/include/cpdf_occontext.h b/core/fpdfdoc/cpdf_occontext.h
similarity index 89%
rename from core/fpdfdoc/include/cpdf_occontext.h
rename to core/fpdfdoc/cpdf_occontext.h
index 38e81705e50c8dae85f3db8a3bd36eefff21495c..5c850b9400bf56b762f4fd80e373cb4890839369 100644
--- a/core/fpdfdoc/include/cpdf_occontext.h
+++ b/core/fpdfdoc/cpdf_occontext.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
-#define CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
+#ifndef CORE_FPDFDOC_CPDF_OCCONTEXT_H_
+#define CORE_FPDFDOC_CPDF_OCCONTEXT_H_
#include <unordered_map>
@@ -39,4 +39,4 @@ class CPDF_OCContext {
std::unordered_map<const CPDF_Dictionary*, bool> m_OCGStates;
};
-#endif // CORE_FPDFDOC_INCLUDE_CPDF_OCCONTEXT_H_
+#endif // CORE_FPDFDOC_CPDF_OCCONTEXT_H_
« no previous file with comments | « core/fpdfdoc/cpdf_nametree.cpp ('k') | core/fpdfdoc/cpdf_occontext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698