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

Unified Diff: core/fxcrt/include/fx_memory.h

Issue 1825953002: Move core/include/fxcrt to core/fxcrt/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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/fxcrt/include/fx_ext.h ('k') | core/fxcrt/include/fx_safe_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxcrt/include/fx_memory.h
diff --git a/core/include/fxcrt/fx_memory.h b/core/fxcrt/include/fx_memory.h
similarity index 93%
rename from core/include/fxcrt/fx_memory.h
rename to core/fxcrt/include/fx_memory.h
index e1cc07090a7079344932d2242f0ecc79c9d5a247..c3dafc8d5e0e52acc9c991a574c94347358fb8d2 100644
--- a/core/include/fxcrt/fx_memory.h
+++ b/core/fxcrt/include/fx_memory.h
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXCRT_FX_MEMORY_H_
-#define CORE_INCLUDE_FXCRT_FX_MEMORY_H_
+#ifndef CORE_FXCRT_INCLUDE_FX_MEMORY_H_
+#define CORE_FXCRT_INCLUDE_FX_MEMORY_H_
-#include "core/include/fxcrt/fx_system.h"
+#include "core/fxcrt/include/fx_system.h"
#ifdef __cplusplus
extern "C" {
@@ -81,4 +81,4 @@ class CFX_DestructObject {
#endif // __cplusplus
-#endif // CORE_INCLUDE_FXCRT_FX_MEMORY_H_
+#endif // CORE_FXCRT_INCLUDE_FX_MEMORY_H_
« no previous file with comments | « core/fxcrt/include/fx_ext.h ('k') | core/fxcrt/include/fx_safe_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698