| Index: third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| index 60b6ebf1db80babff7ac7233b69e5879bee92018..6c79724739eb32b5965779c3e4ff175195ebec60 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/WindowProxy.h
|
| @@ -31,9 +31,9 @@
|
| #ifndef WindowProxy_h
|
| #define WindowProxy_h
|
|
|
| -#include "bindings/core/v8/DOMWrapperWorld.h"
|
| -#include "bindings/core/v8/ScopedPersistent.h"
|
| #include "core/CoreExport.h"
|
| +#include "platform/bindings/DOMWrapperWorld.h"
|
| +#include "platform/bindings/ScopedPersistent.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/RefPtr.h"
|
| #include "v8/include/v8.h"
|
|
|