| Index: content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| diff --git a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| index 29bc534ea7d62bb3b021e2cdde07340331ef4c07..1b90f77f3a2e5736b1786af5d50634e9a481a482 100644
|
| --- a/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| +++ b/content/browser/screen_orientation/screen_orientation_dispatcher_host_impl.h
|
| @@ -7,8 +7,8 @@
|
|
|
| #include "content/public/browser/screen_orientation_dispatcher_host.h"
|
| #include "content/public/browser/web_contents_observer.h"
|
| -#include "third_party/WebKit/public/platform/WebLockOrientationError.h"
|
| -#include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationError.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
|
|
| namespace content {
|
|
|
|
|