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" |