| Index: components/test_runner/test_runner_for_specific_view.cc
|
| diff --git a/components/test_runner/test_runner_for_specific_view.cc b/components/test_runner/test_runner_for_specific_view.cc
|
| index 2219fe6a5415bc38f266cd323ca3a73f950d0fd9..3ae40c7384fdbe3fc409917dbf00e7ec7acb70b0 100644
|
| --- a/components/test_runner/test_runner_for_specific_view.cc
|
| +++ b/components/test_runner/test_runner_for_specific_view.cc
|
| @@ -30,6 +30,8 @@
|
| #include "components/test_runner/test_runner.h"
|
| #include "components/test_runner/web_test_delegate.h"
|
| #include "components/test_runner/web_view_test_proxy.h"
|
| +#include "device/sensors/public/cpp/motion_data.h"
|
| +#include "device/sensors/public/cpp/orientation_data.h"
|
| #include "gin/arguments.h"
|
| #include "gin/array_buffer.h"
|
| #include "gin/handle.h"
|
| @@ -40,8 +42,6 @@
|
| #include "third_party/WebKit/public/platform/WebPasswordCredential.h"
|
| #include "third_party/WebKit/public/platform/WebPoint.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| -#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotionData.h"
|
| -#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceOrientationData.h"
|
| #include "third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRegistration.h"
|
| #include "third_party/WebKit/public/web/WebArrayBuffer.h"
|
| #include "third_party/WebKit/public/web/WebArrayBufferConverter.h"
|
|
|