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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.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/HTMLParserScheduler.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
index a5b63326d16fbaa588edcdecddb8120f933d4521..673d0ead2c864c16894ae9b257d2185ecede2998 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLParserScheduler.h
@@ -26,11 +26,11 @@
#ifndef HTMLParserScheduler_h
#define HTMLParserScheduler_h
+#include <memory>
#include "core/html/parser/NestingLevelIncrementer.h"
#include "platform/WebTaskRunner.h"
-#include "wtf/Allocator.h"
-#include "wtf/RefPtr.h"
-#include <memory>
+#include "platform/wtf/Allocator.h"
+#include "platform/wtf/RefPtr.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698