Index: content/renderer/device_sensors/device_motion_event_pump.h |
diff --git a/content/renderer/device_sensors/device_motion_event_pump.h b/content/renderer/device_sensors/device_motion_event_pump.h |
index 81968f74b1ae496c8e177d241bc94e2a7219c49c..5846db199bb8a2e123874350752b4ee685c91cbc 100644 |
--- a/content/renderer/device_sensors/device_motion_event_pump.h |
+++ b/content/renderer/device_sensors/device_motion_event_pump.h |
@@ -10,8 +10,8 @@ |
#include "base/macros.h" |
#include "content/renderer/device_sensors/device_sensor_event_pump.h" |
#include "content/renderer/shared_memory_seqlock_reader.h" |
+#include "device/sensors/public/cpp/motion_data.h" |
#include "device/sensors/public/interfaces/motion.mojom.h" |
-#include "third_party/WebKit/public/platform/modules/device_orientation/WebDeviceMotionData.h" |
namespace blink { |
class WebDeviceMotionListener; |
@@ -19,7 +19,7 @@ class WebDeviceMotionListener; |
namespace content { |
-typedef SharedMemorySeqLockReader<blink::WebDeviceMotionData> |
+typedef SharedMemorySeqLockReader<device::MotionData> |
DeviceMotionSharedMemoryReader; |
class CONTENT_EXPORT DeviceMotionEventPump |