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

Unified Diff: sky/engine/platform/fonts/WidthIterator.cpp

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/WidthIterator.h ('k') | sky/engine/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/fonts/WidthIterator.cpp
diff --git a/sky/engine/platform/fonts/WidthIterator.cpp b/sky/engine/platform/fonts/WidthIterator.cpp
index ec3d5411e30e529054eac676c683c1cd968dd117..7a74d9b1ae0ed8a45da1430287b5ffb1e311a4b8 100644
--- a/sky/engine/platform/fonts/WidthIterator.cpp
+++ b/sky/engine/platform/fonts/WidthIterator.cpp
@@ -20,17 +20,17 @@
*
*/
-#include "config.h"
-#include "platform/fonts/WidthIterator.h"
-
-#include "platform/fonts/Character.h"
-#include "platform/fonts/Font.h"
-#include "platform/fonts/FontPlatformFeatures.h"
-#include "platform/fonts/GlyphBuffer.h"
-#include "platform/fonts/Latin1TextIterator.h"
-#include "platform/fonts/SimpleFontData.h"
-#include "platform/text/SurrogatePairAwareTextIterator.h"
-#include "wtf/MathExtras.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/fonts/WidthIterator.h"
+
+#include "sky/engine/platform/fonts/Character.h"
+#include "sky/engine/platform/fonts/Font.h"
+#include "sky/engine/platform/fonts/FontPlatformFeatures.h"
+#include "sky/engine/platform/fonts/GlyphBuffer.h"
+#include "sky/engine/platform/fonts/Latin1TextIterator.h"
+#include "sky/engine/platform/fonts/SimpleFontData.h"
+#include "sky/engine/platform/text/SurrogatePairAwareTextIterator.h"
+#include "sky/engine/wtf/MathExtras.h"
using namespace WTF;
using namespace Unicode;
« no previous file with comments | « sky/engine/platform/fonts/WidthIterator.h ('k') | sky/engine/platform/fonts/android/FontCacheAndroid.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698