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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLInputStream.h

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/html/parser/HTMLInputStream.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h b/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
index b86ea197c27a3ad771803fa089e6e61cc6d3605c..a4ff241cb2832e292bcbb8319987845c2f5bcab5 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLInputStream.h
@@ -28,7 +28,7 @@
#include "core/html/parser/InputStreamPreprocessor.h"
#include "platform/text/SegmentedString.h"
-#include "wtf/Allocator.h"
+#include "platform/wtf/Allocator.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698