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

Unified Diff: third_party/WebKit/Source/platform/wtf/text/WTFString.h

Issue 2810413002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of platform/. (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/wtf/text/WTFString.h
diff --git a/third_party/WebKit/Source/platform/wtf/text/WTFString.h b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
index 608e2b461e5d3b90b64c8818ccaa35ab374dc07a..87d75f9d7f5075673787586d7d64fd60bb2f5140 100644
--- a/third_party/WebKit/Source/platform/wtf/text/WTFString.h
+++ b/third_party/WebKit/Source/platform/wtf/text/WTFString.h
@@ -603,5 +603,5 @@ using WTF::Equal;
using WTF::Find;
using WTF::IsSpaceOrNewline;
-#include "wtf/text/AtomicString.h"
+#include "platform/wtf/text/AtomicString.h"
#endif // WTFString_h

Powered by Google App Engine
This is Rietveld 408576698