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

Unified Diff: third_party/WebKit/Source/core/dom/SpaceSplitString.cpp

Issue 2812013004: Rewrite references to "wtf/" to "platform/wtf/" in core/{dom,html,xml}. (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/core/dom/SpaceSplitString.cpp
diff --git a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
index 350fdb5b2a5a92b7e17317c6eee3862ea5ca9371..1552345488e9bd02c388a1b34dd5e7db9da1e169 100644
--- a/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
+++ b/third_party/WebKit/Source/core/dom/SpaceSplitString.cpp
@@ -21,9 +21,9 @@
#include "core/dom/SpaceSplitString.h"
#include "core/html/parser/HTMLParserIdioms.h"
-#include "wtf/ASCIICType.h"
-#include "wtf/HashMap.h"
-#include "wtf/text/AtomicStringHash.h"
+#include "platform/wtf/ASCIICType.h"
+#include "platform/wtf/HashMap.h"
+#include "platform/wtf/text/AtomicStringHash.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/core/dom/SpaceSplitString.h ('k') | third_party/WebKit/Source/core/dom/StaticNodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698