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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h

Issue 2804753005: Rewrite references to "wtf/" to "platform/wtf/" in bindings. (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/bindings/core/v8/ScriptWrappableVisitor.h
diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
index 7b86172520078b8a3ea5dba3392471d851fabd3a..94a2b3f001d7b135a59eae1b0850c0cbd8d19bd1 100644
--- a/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
+++ b/third_party/WebKit/Source/bindings/core/v8/ScriptWrappableVisitor.h
@@ -10,9 +10,9 @@
#include "platform/heap/HeapPage.h"
#include "platform/heap/VisitorImpl.h"
#include "platform/heap/WrapperVisitor.h"
+#include "platform/wtf/Deque.h"
+#include "platform/wtf/Vector.h"
#include "v8/include/v8.h"
-#include "wtf/Deque.h"
-#include "wtf/Vector.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698