| Index: content/shell/renderer/layout_test/blink_test_runner.cc
|
| diff --git a/content/shell/renderer/layout_test/blink_test_runner.cc b/content/shell/renderer/layout_test/blink_test_runner.cc
|
| index e3b92cc8d600cb1d0a60780755bf5385d4b4e3a8..686a72b29e032249fd654f26cc0f1ae50fa1054c 100644
|
| --- a/content/shell/renderer/layout_test/blink_test_runner.cc
|
| +++ b/content/shell/renderer/layout_test/blink_test_runner.cc
|
| @@ -100,7 +100,6 @@ using blink::Platform;
|
| using blink::WebArrayBufferView;
|
| using blink::WebContextMenuData;
|
| using blink::WebDevToolsAgent;
|
| -using device::MotionData;
|
| using device::OrientationData;
|
| using blink::WebElement;
|
| using blink::WebLocalFrame;
|
| @@ -278,7 +277,8 @@ void BlinkTestRunner::SetGamepadProvider(
|
| SetMockGamepadProvider(std::move(provider));
|
| }
|
|
|
| -void BlinkTestRunner::SetDeviceMotionData(const MotionData& data) {
|
| +void BlinkTestRunner::SetDeviceMotionData(
|
| + const blink::WebDeviceMotionData& data) {
|
| SetMockDeviceMotionData(data);
|
| }
|
|
|
|
|