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

Unified Diff: third_party/WebKit/Source/platform/text/TextStream.h

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/TextStream.h
diff --git a/third_party/WebKit/Source/platform/text/TextStream.h b/third_party/WebKit/Source/platform/text/TextStream.h
index f46ca5903e13f5a9e6078be6e71f563bd1366d98..b6bd260c29efe448240ef1f80ab26bdc91a38f4d 100644
--- a/third_party/WebKit/Source/platform/text/TextStream.h
+++ b/third_party/WebKit/Source/platform/text/TextStream.h
@@ -27,10 +27,10 @@
#define TextStream_h
#include "platform/PlatformExport.h"
-#include "wtf/Forward.h"
-#include "wtf/Vector.h"
-#include "wtf/text/StringBuilder.h"
-#include "wtf/text/Unicode.h"
+#include "platform/wtf/Forward.h"
+#include "platform/wtf/Vector.h"
+#include "platform/wtf/text/StringBuilder.h"
+#include "platform/wtf/text/Unicode.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/platform/text/TextRunIterator.h ('k') | third_party/WebKit/Source/platform/text/TextStream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698