| Index: content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| diff --git a/content/renderer/screen_orientation/screen_orientation_dispatcher.h b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| index e04c0d3aac19f9e4c49a4d3e0405d49f38a03eb0..e195f5fecf5cef4646a387d84f757d0e002a9949 100644
|
| --- a/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| +++ b/content/renderer/screen_orientation/screen_orientation_dispatcher.h
|
| @@ -9,10 +9,10 @@
|
| #include "base/id_map.h"
|
| #include "base/macros.h"
|
| #include "content/public/renderer/render_frame_observer.h"
|
| -#include "third_party/WebKit/public/platform/WebLockOrientationCallback.h"
|
| -#include "third_party/WebKit/public/platform/WebScreenOrientationClient.h"
|
| -#include "third_party/WebKit/public/platform/WebScreenOrientationLockType.h"
|
| -#include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebLockOrientationCallback.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationClient.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationLockType.h"
|
| +#include "third_party/WebKit/public/platform/modules/screen_orientation/WebScreenOrientationType.h"
|
|
|
| namespace content {
|
|
|
|
|