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

Unified Diff: core/fpdfapi/cpdf_modulemgr.h

Issue 2376153004: Move core/fpdfapi/include to core/fpdfapi (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/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fpdfapi/cpdf_modulemgr.h
diff --git a/core/fpdfapi/include/cpdf_modulemgr.h b/core/fpdfapi/cpdf_modulemgr.h
similarity index 93%
rename from core/fpdfapi/include/cpdf_modulemgr.h
rename to core/fpdfapi/cpdf_modulemgr.h
index 6e003854801c0242a61b6c293f6d66751ab79e34..cd7561a1f983c1407ab680b055e62efdf08ff979 100644
--- a/core/fpdfapi/include/cpdf_modulemgr.h
+++ b/core/fpdfapi/cpdf_modulemgr.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
-#define CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
+#ifndef CORE_FPDFAPI_CPDF_MODULEMGR_H_
+#define CORE_FPDFAPI_CPDF_MODULEMGR_H_
#include <memory>
@@ -73,4 +73,4 @@ class CPDF_ModuleMgr {
std::unique_ptr<CFSDK_UnsupportInfo_Adapter> m_pUnsupportInfoAdapter;
};
-#endif // CORE_FPDFAPI_INCLUDE_CPDF_MODULEMGR_H_
+#endif // CORE_FPDFAPI_CPDF_MODULEMGR_H_
« no previous file with comments | « BUILD.gn ('k') | core/fpdfapi/cpdf_modulemgr.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698