| Index: third_party/WebKit/Source/core/frame/Screen.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Screen.h b/third_party/WebKit/Source/core/frame/Screen.h
|
| index 2083543b975f8ae73fb7c491b4328fc6165f05e3..ad011e94e1ac36d5704d663f8def6dde42c6163a 100644
|
| --- a/third_party/WebKit/Source/core/frame/Screen.h
|
| +++ b/third_party/WebKit/Source/core/frame/Screen.h
|
| @@ -29,10 +29,10 @@
|
| #ifndef Screen_h
|
| #define Screen_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "platform/Supplementable.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
|
|