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

Unified Diff: sky/engine/wtf/text/StringImpl.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/wtf/text/StringImpl.h ('k') | sky/engine/wtf/text/StringImplTest.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/wtf/text/StringImpl.cpp
diff --git a/sky/engine/wtf/text/StringImpl.cpp b/sky/engine/wtf/text/StringImpl.cpp
index a2179e542ee36c4e6e5e82140a4850d4c578300f..594f5a90f52764d2623253f004e16747f6584339 100644
--- a/sky/engine/wtf/text/StringImpl.cpp
+++ b/sky/engine/wtf/text/StringImpl.cpp
@@ -22,32 +22,32 @@
*
*/
-#include "config.h"
-#include "wtf/text/StringImpl.h"
-
-#include "wtf/DynamicAnnotations.h"
-#include "wtf/LeakAnnotations.h"
-#include "wtf/MainThread.h"
-#include "wtf/OwnPtr.h"
-#include "wtf/PartitionAlloc.h"
-#include "wtf/PassOwnPtr.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/WTF.h"
-#include "wtf/text/AtomicString.h"
-#include "wtf/text/StringBuffer.h"
-#include "wtf/text/StringHash.h"
-#include "wtf/unicode/CharacterNames.h"
+#include "sky/engine/config.h"
+#include "sky/engine/wtf/text/StringImpl.h"
+
#include <unicode/translit.h>
#include <unicode/unistr.h>
+#include "sky/engine/wtf/DynamicAnnotations.h"
+#include "sky/engine/wtf/LeakAnnotations.h"
+#include "sky/engine/wtf/MainThread.h"
+#include "sky/engine/wtf/OwnPtr.h"
+#include "sky/engine/wtf/PartitionAlloc.h"
+#include "sky/engine/wtf/PassOwnPtr.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/WTF.h"
+#include "sky/engine/wtf/text/AtomicString.h"
+#include "sky/engine/wtf/text/StringBuffer.h"
+#include "sky/engine/wtf/text/StringHash.h"
+#include "sky/engine/wtf/unicode/CharacterNames.h"
#ifdef STRING_STATS
-#include "wtf/DataLog.h"
-#include "wtf/HashMap.h"
-#include "wtf/HashSet.h"
-#include "wtf/ProcessID.h"
-#include "wtf/RefCounted.h"
-#include "wtf/ThreadingPrimitives.h"
#include <unistd.h>
+#include "sky/engine/wtf/DataLog.h"
+#include "sky/engine/wtf/HashMap.h"
+#include "sky/engine/wtf/HashSet.h"
+#include "sky/engine/wtf/ProcessID.h"
+#include "sky/engine/wtf/RefCounted.h"
+#include "sky/engine/wtf/ThreadingPrimitives.h"
#endif
using namespace std;
« no previous file with comments | « sky/engine/wtf/text/StringImpl.h ('k') | sky/engine/wtf/text/StringImplTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698