Index: content/shell/test_runner/test_runner_for_specific_view.cc |
diff --git a/content/shell/test_runner/test_runner_for_specific_view.cc b/content/shell/test_runner/test_runner_for_specific_view.cc |
index b5b4685c87191ea9f8996d9caa4c36d317c8760f..d4db21d44a2e5ac679ea7d156f314ee8902d71d3 100644 |
--- a/content/shell/test_runner/test_runner_for_specific_view.cc |
+++ b/content/shell/test_runner/test_runner_for_specific_view.cc |
@@ -29,6 +29,8 @@ |
#include "content/shell/test_runner/test_runner.h" |
#include "content/shell/test_runner/web_test_delegate.h" |
#include "content/shell/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" |
@@ -39,8 +41,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" |