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

Unified Diff: core/fxge/fx_font.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_dib.h ('k') | core/fxge/fx_freetype.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/fxge/fx_font.h
diff --git a/core/fxge/include/fx_font.h b/core/fxge/fx_font.h
similarity index 96%
rename from core/fxge/include/fx_font.h
rename to core/fxge/fx_font.h
index 2151bf65bbd1626ad67b1955c60d21b61e3e6ad8..8dda12af504f26347981b39f0e45e60f3dfd752a 100644
--- a/core/fxge/include/fx_font.h
+++ b/core/fxge/fx_font.h
@@ -4,16 +4,16 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#ifndef CORE_FXGE_INCLUDE_FX_FONT_H_
-#define CORE_FXGE_INCLUDE_FX_FONT_H_
+#ifndef CORE_FXGE_FX_FONT_H_
+#define CORE_FXGE_FX_FONT_H_
#include <memory>
#include <vector>
#include "core/fxcrt/fx_system.h"
-#include "core/fxge/include/cfx_substfont.h"
-#include "core/fxge/include/fx_dib.h"
-#include "core/fxge/include/fx_freetype.h"
+#include "core/fxge/cfx_substfont.h"
+#include "core/fxge/fx_dib.h"
+#include "core/fxge/fx_freetype.h"
typedef struct FT_FaceRec_* FXFT_Face;
typedef void* FXFT_Library;
@@ -245,4 +245,4 @@ CFX_ByteString GetNameFromTT(const uint8_t* name_table,
int PDF_GetStandardFontName(CFX_ByteString* name);
-#endif // CORE_FXGE_INCLUDE_FX_FONT_H_
+#endif // CORE_FXGE_FX_FONT_H_
« no previous file with comments | « core/fxge/fx_dib.h ('k') | core/fxge/fx_freetype.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698