| Index: Source/modules/screen_orientation/ScreenOrientation.cpp
|
| diff --git a/Source/modules/screen_orientation/ScreenOrientation.cpp b/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| index 7e8e26d5d1224728bb21c271e54bfb1fec999de6..5dd3befb4aa391b9e38574f94307ac973e1cc587 100644
|
| --- a/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| +++ b/Source/modules/screen_orientation/ScreenOrientation.cpp
|
| @@ -14,7 +14,7 @@
|
| #include "modules/EventTargetModules.h"
|
| #include "modules/screen_orientation/LockOrientationCallback.h"
|
| #include "modules/screen_orientation/ScreenOrientationController.h"
|
| -#include "public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
| +#include "public/platform/WebScreenOrientationType.h"
|
|
|
| // This code assumes that WebScreenOrientationType values are included in WebScreenOrientationLockType.
|
| #define STATIC_ASSERT_MATCHING_ENUM(enum1, enum2) \
|
|
|