| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| index 346b66b440ecd7314f4c8de255f3c83902437be3..2156c2536a5437b925c907f7471dd4f504801e8b 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientation.h
|
| @@ -5,9 +5,9 @@
|
| #ifndef ScreenOrientation_h
|
| #define ScreenOrientation_h
|
|
|
| -#include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/dom/ContextLifecycleObserver.h"
|
| #include "core/events/EventTarget.h"
|
| +#include "platform/bindings/ScriptWrappable.h"
|
| #include "platform/heap/Handle.h"
|
| #include "platform/wtf/text/AtomicString.h"
|
| #include "platform/wtf/text/WTFString.h"
|
|
|