| Index: third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| index 2bd0ebea6ec9c624f08cd69f12e21182e2885205..00b3bdc81e787faac76ac6176c9012460f59f1b8 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/LocalWindowProxy.h
|
| @@ -35,10 +35,10 @@
|
| #include "bindings/core/v8/ScriptState.h"
|
| #include "bindings/core/v8/WindowProxy.h"
|
| #include "core/frame/LocalFrame.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/AtomicString.h"
|
| #include "v8/include/v8.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/AtomicString.h"
|
|
|
| namespace blink {
|
|
|
|
|