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

Unified Diff: third_party/WebKit/Source/platform/text/PlatformLocale.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/PlatformLocale.cpp
diff --git a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
index 8551e1016137c3e5bb142dd91dcb37ac0088e4bd..3cc77a77e7f5ecb39c2b5555b8e96a27305d8320 100644
--- a/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
+++ b/third_party/WebKit/Source/platform/text/PlatformLocale.cpp
@@ -30,10 +30,10 @@
#include "platform/text/PlatformLocale.h"
+#include <memory>
#include "platform/text/DateTimeFormat.h"
+#include "platform/wtf/text/StringBuilder.h"
#include "public/platform/Platform.h"
-#include "wtf/text/StringBuilder.h"
-#include <memory>
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/text/PlatformLocale.h ('k') | third_party/WebKit/Source/platform/text/QuotedPrintable.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698