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

Unified Diff: third_party/WebKit/Source/platform/text/Character.cpp

Issue 2799683005: Rewrite references to "wtf/" to "platform/wtf/" in platform/text. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/text/Character.cpp
diff --git a/third_party/WebKit/Source/platform/text/Character.cpp b/third_party/WebKit/Source/platform/text/Character.cpp
index 7bd0fe5833365589ce3592ba198f3b4905b0de0f..bdb535d5607f3e95b1e580d7be77927f7a5f3692 100644
--- a/third_party/WebKit/Source/platform/text/Character.cpp
+++ b/third_party/WebKit/Source/platform/text/Character.cpp
@@ -30,12 +30,12 @@
#include "platform/text/Character.h"
-#include "platform/text/ICUError.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/text/StringBuilder.h"
-#include <algorithm>
#include <unicode/uobject.h>
#include <unicode/uscript.h>
+#include <algorithm>
+#include "platform/text/ICUError.h"
+#include "platform/wtf/StdLibExtras.h"
+#include "platform/wtf/text/StringBuilder.h"
#if defined(USING_SYSTEM_ICU)
#include "platform/text/CharacterPropertyDataGenerator.h"
« no previous file with comments | « third_party/WebKit/Source/platform/text/Character.h ('k') | third_party/WebKit/Source/platform/text/CharacterTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698