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 dadb7f5da61ef47c061c04d9de658e219791cdec..9f836a6aab96a29a6f4d3038d74374a0ff2dae04 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 { |