| Index: content/shell/test_runner/web_test_delegate.h
|
| diff --git a/content/shell/test_runner/web_test_delegate.h b/content/shell/test_runner/web_test_delegate.h
|
| index 845889ce6da1c1c026341f248e1a5a7556152f28..8ea698d3ca1763f83722cd9041b14c82f37f2f15 100644
|
| --- a/content/shell/test_runner/web_test_delegate.h
|
| +++ b/content/shell/test_runner/web_test_delegate.h
|
| @@ -23,6 +23,7 @@ class DictionaryValue;
|
| }
|
|
|
| namespace blink {
|
| +class WebDeviceMotionData;
|
| class WebFrame;
|
| class WebInputEvent;
|
| class WebLocalFrame;
|
| @@ -40,7 +41,6 @@ class SharedBitmapManager;
|
| }
|
|
|
| namespace device {
|
| -class MotionData;
|
| class OrientationData;
|
| }
|
|
|
| @@ -64,7 +64,7 @@ class WebTestDelegate {
|
|
|
| // Set data to return when registering via
|
| // Platform::setDeviceMotionListener().
|
| - virtual void SetDeviceMotionData(const device::MotionData& data) = 0;
|
| + virtual void SetDeviceMotionData(const blink::WebDeviceMotionData& data) = 0;
|
| // Set data to return when registering via
|
| // Platform::setDeviceOrientationListener().
|
| virtual void SetDeviceOrientationData(
|
|
|