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

Unified Diff: core/fxge/include/fx_ge_win32.h

Issue 1868533002: Move core/include/fxge to core/fxge/include. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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/fxge/include/fx_ge_apple.h ('k') | core/fxge/skia/fx_skia_device.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/include/fx_ge_win32.h
diff --git a/core/include/fxge/fx_ge_win32.h b/core/fxge/include/fx_ge_win32.h
similarity index 94%
rename from core/include/fxge/fx_ge_win32.h
rename to core/fxge/include/fx_ge_win32.h
index f1864590c54db268235748de1e389bc52cbbb4a7..b4337c117cda7ecd332a5592e562a55e03962175 100644
--- a/core/include/fxge/fx_ge_win32.h
+++ b/core/fxge/include/fx_ge_win32.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_INCLUDE_FXGE_FX_GE_WIN32_H_
-#define CORE_INCLUDE_FXGE_FX_GE_WIN32_H_
+#ifndef CORE_FXGE_INCLUDE_FX_GE_WIN32_H_
+#define CORE_FXGE_INCLUDE_FX_GE_WIN32_H_
#ifdef _WIN32
#ifndef _WINDOWS_
@@ -95,4 +95,4 @@ class CFX_WinBitmapDevice : public CFX_RenderDevice {
};
#endif
-#endif // CORE_INCLUDE_FXGE_FX_GE_WIN32_H_
+#endif // CORE_FXGE_INCLUDE_FX_GE_WIN32_H_
« no previous file with comments | « core/fxge/include/fx_ge_apple.h ('k') | core/fxge/skia/fx_skia_device.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698