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

Unified Diff: sky/engine/platform/fonts/Font.h

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/fonts/CustomFontData.h ('k') | sky/engine/platform/fonts/Font.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/Font.h
diff --git a/sky/engine/platform/fonts/Font.h b/sky/engine/platform/fonts/Font.h
index cfac074ff26913b78a6ac5ef5b0064013e47abf4..5234c85dd9caed4bdae3e57dc2b05a6944bb6141 100644
--- a/sky/engine/platform/fonts/Font.h
+++ b/sky/engine/platform/fonts/Font.h
@@ -25,17 +25,17 @@
#ifndef Font_h
#define Font_h
-#include "platform/PlatformExport.h"
-#include "platform/fonts/FontDescription.h"
-#include "platform/fonts/FontFallbackList.h"
-#include "platform/fonts/SimpleFontData.h"
-#include "platform/fonts/TextBlob.h"
-#include "platform/text/TextDirection.h"
-#include "platform/text/TextPath.h"
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/MathExtras.h"
-#include "wtf/unicode/CharacterNames.h"
+#include "sky/engine/platform/PlatformExport.h"
+#include "sky/engine/platform/fonts/FontDescription.h"
+#include "sky/engine/platform/fonts/FontFallbackList.h"
+#include "sky/engine/platform/fonts/SimpleFontData.h"
+#include "sky/engine/platform/fonts/TextBlob.h"
+#include "sky/engine/platform/text/TextDirection.h"
+#include "sky/engine/platform/text/TextPath.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/HashSet.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
// "X11/X.h" defines Complex to 0 and conflicts
// with Complex value in CodePath enum.
« no previous file with comments | « sky/engine/platform/fonts/CustomFontData.h ('k') | sky/engine/platform/fonts/Font.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698