| Index: third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| diff --git a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| index 9d8462aa173d536ec7abbe294764dfb401607ade..7ffb940bcb327b97ebf339212cc14e6572288a34 100644
|
| --- a/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| +++ b/third_party/WebKit/Source/modules/screen_orientation/ScreenOrientationControllerImpl.h
|
| @@ -5,6 +5,7 @@
|
| #ifndef ScreenOrientationControllerImpl_h
|
| #define ScreenOrientationControllerImpl_h
|
|
|
| +#include <memory>
|
| #include "core/dom/Document.h"
|
| #include "core/frame/PlatformEventController.h"
|
| #include "core/frame/ScreenOrientationController.h"
|
| @@ -12,7 +13,6 @@
|
| #include "public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
|
| #include "public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
| #include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
|
|