| Index: components/test_runner/mock_screen_orientation_client.h
|
| diff --git a/components/test_runner/mock_screen_orientation_client.h b/components/test_runner/mock_screen_orientation_client.h
|
| index 3985c89e5cf507b6ab56d5b5772aaec1fbd927a7..2a2b442a5122a020776292beb84cb3cec8aca48e 100644
|
| --- a/components/test_runner/mock_screen_orientation_client.h
|
| +++ b/components/test_runner/mock_screen_orientation_client.h
|
| @@ -8,10 +8,10 @@
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "components/test_runner/test_runner_export.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 blink {
|
| class WebLocalFrame;
|
|
|