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

Unified Diff: sky/engine/platform/text/TextBreakIteratorICU.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
Index: sky/engine/platform/text/TextBreakIteratorICU.cpp
diff --git a/sky/engine/platform/text/TextBreakIteratorICU.cpp b/sky/engine/platform/text/TextBreakIteratorICU.cpp
index 06e69072a15191db6029e21b98eaa2bfa7e42410..b2a57a0f2c994933c6c8b4c8f7f1fc74cb0b2bc4 100644
--- a/sky/engine/platform/text/TextBreakIteratorICU.cpp
+++ b/sky/engine/platform/text/TextBreakIteratorICU.cpp
@@ -19,20 +19,20 @@
*
*/
-#include "config.h"
-#include "platform/text/TextBreakIterator.h"
-
-#include "platform/text/TextBreakIteratorInternalICU.h"
-#include "wtf/Assertions.h"
-#include "wtf/HashMap.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/ThreadSpecific.h"
-#include "wtf/ThreadingPrimitives.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/CString.h"
-#include "wtf/text/WTFString.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/text/TextBreakIterator.h"
+
#include <unicode/rbbi.h>
#include <unicode/ubrk.h>
+#include "sky/engine/platform/text/TextBreakIteratorInternalICU.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/ThreadSpecific.h"
+#include "sky/engine/wtf/ThreadingPrimitives.h"
+#include "sky/engine/wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/CString.h"
+#include "sky/engine/wtf/text/WTFString.h"
using namespace WTF;
« no previous file with comments | « sky/engine/platform/text/TextBreakIterator.cpp ('k') | sky/engine/platform/text/TextBreakIteratorInternalICU.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698