| Index: Source/modules/screen_orientation/ScreenOrientationController.h
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientationController.h b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| index 8680896c37e8f27ceb6c63d1ff825c2fe66b15e6..4a5bba8724d73f7bf67c18d4cf0c67665bc33edc 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientationController.h
|
| +++ b/Source/modules/screen_orientation/ScreenOrientationController.h
|
| @@ -9,9 +9,9 @@
|
| #include "core/frame/PlatformEventController.h"
|
| #include "modules/ModulesExport.h"
|
| #include "platform/Supplementable.h"
|
| -#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 "public/platform/WebLockOrientationCallback.h"
|
| +#include "public/platform/WebScreenOrientationLockType.h"
|
| +#include "public/platform/WebScreenOrientationType.h"
|
|
|
| namespace blink {
|
|
|
|
|