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

Unified Diff: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.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/HTMLResourcePreloader.h
diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
index aad1a740206e5a63fd28b38c5c600868205c5ec4..7ffc47b2ce69d58e50b605d3d7540edf465b8027 100644
--- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
+++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
@@ -26,14 +26,14 @@
#ifndef HTMLResourcePreloader_h
#define HTMLResourcePreloader_h
+#include <memory>
#include "core/html/parser/CSSPreloadScanner.h"
#include "core/html/parser/PreloadRequest.h"
#include "core/html/parser/ResourcePreloader.h"
#include "core/loader/NetworkHintsInterface.h"
#include "platform/heap/Heap.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/text/TextPosition.h"
-#include <memory>
+#include "platform/wtf/CurrentTime.h"
+#include "platform/wtf/text/TextPosition.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698