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

Unified Diff: third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp

Issue 2848963002: Clean up bindings/core/v8 (Part 1) (Closed)
Patch Set: Fix build 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/RemoteWindowProxy.cpp
diff --git a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
index d10f735e58e719c01aefb66719f1ec6fb22612fa..5b213c482f813b6f4c6be9a1cbe1d0aaeb714c0d 100644
--- a/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
+++ b/third_party/WebKit/Source/bindings/core/v8/RemoteWindowProxy.cpp
@@ -33,11 +33,11 @@
#include <algorithm>
#include <utility>
-#include "bindings/core/v8/DOMWrapperWorld.h"
#include "bindings/core/v8/V8DOMWrapper.h"
#include "bindings/core/v8/V8Window.h"
#include "platform/Histogram.h"
#include "platform/ScriptForbiddenScope.h"
+#include "platform/bindings/DOMWrapperWorld.h"
#include "platform/instrumentation/tracing/TraceEvent.h"
#include "platform/wtf/Assertions.h"
#include "v8/include/v8.h"

Powered by Google App Engine
This is Rietveld 408576698