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

Unified Diff: core/fxge/fx_freetype.h

Issue 2377393002: Move core/fxge/include to core/fxge (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/fxge/fx_font.h ('k') | core/fxge/ge/cfx_cliprgn.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/fx_freetype.h
diff --git a/core/fxge/include/fx_freetype.h b/core/fxge/fx_freetype.h
similarity index 98%
rename from core/fxge/include/fx_freetype.h
rename to core/fxge/fx_freetype.h
index 533974dc2e6fda33b2f3e36e0f0847a33d16f9a7..8ead6b755cc45f0d4ec63739fe42bd555ee2a711 100644
--- a/core/fxge/include/fx_freetype.h
+++ b/core/fxge/fx_freetype.h
@@ -4,8 +4,8 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_INCLUDE_FX_FREETYPE_H_
-#define CORE_FXGE_INCLUDE_FX_FREETYPE_H_
+#ifndef CORE_FXGE_FX_FREETYPE_H_
+#define CORE_FXGE_FX_FREETYPE_H_
#include <ft2build.h>
#include FT_FREETYPE_H
@@ -177,4 +177,4 @@ void FXFT_adobe_name_from_unicode(char* name, wchar_t unicode);
};
#endif
-#endif // CORE_FXGE_INCLUDE_FX_FREETYPE_H_
+#endif // CORE_FXGE_FX_FREETYPE_H_
« no previous file with comments | « core/fxge/fx_font.h ('k') | core/fxge/ge/cfx_cliprgn.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698