| Index: third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp
|
| diff --git a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp
|
| index e1a2fdaea42c27ac13683e68c87e4af316af9070..baddbbcd4a6d259c501cc9d0eca5c007c5e4939e 100644
|
| --- a/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp
|
| +++ b/third_party/WebKit/Source/core/frame/HostsUsingFeatures.cpp
|
| @@ -4,11 +4,11 @@
|
|
|
| #include "core/frame/HostsUsingFeatures.h"
|
|
|
| -#include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/V8BindingForCore.h"
|
| #include "core/dom/Document.h"
|
| #include "core/frame/LocalDOMWindow.h"
|
| #include "core/page/Page.h"
|
| +#include "platform/bindings/ScriptState.h"
|
| #include "public/platform/Platform.h"
|
|
|
| namespace blink {
|
|
|