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

Unified Diff: third_party/WebKit/Source/core/workers/WorkerLocation.h

Issue 2848243004: Clean up bindings/core/v8 (Part 2) (Closed)
Patch Set: Rebase 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/workers/WorkerLocation.h
diff --git a/third_party/WebKit/Source/core/workers/WorkerLocation.h b/third_party/WebKit/Source/core/workers/WorkerLocation.h
index 480bbed98795bda1bce49c72e472fa5ed4944ba0..eab3b336067a8e0c09ad1e6b1ff92ec34597ebb0 100644
--- a/third_party/WebKit/Source/core/workers/WorkerLocation.h
+++ b/third_party/WebKit/Source/core/workers/WorkerLocation.h
@@ -27,8 +27,8 @@
#ifndef WorkerLocation_h
#define WorkerLocation_h
-#include "bindings/core/v8/ScriptWrappable.h"
#include "core/dom/DOMURLUtilsReadOnly.h"
+#include "platform/bindings/ScriptWrappable.h"
#include "platform/heap/Handle.h"
#include "platform/weborigin/KURL.h"
#include "platform/wtf/Forward.h"

Powered by Google App Engine
This is Rietveld 408576698