| Index: content/renderer/device_sensors/device_orientation_event_pump.h
|
| diff --git a/content/renderer/device_sensors/device_orientation_event_pump.h b/content/renderer/device_sensors/device_orientation_event_pump.h
|
| index 8c3ef14935b6511270d8da5faae93c9a974e2da9..187aae02f857581f9da216695d56a329a34c5ee7 100644
|
| --- a/content/renderer/device_sensors/device_orientation_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_orientation_event_pump.h
|
| @@ -9,8 +9,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/orientation_data.h"
|
| +#include "device/sensors/public/cpp/shared_memory_seqlock_reader.h"
|
| #include "device/sensors/public/interfaces/orientation.mojom.h"
|
|
|
| namespace blink {
|
| @@ -19,7 +19,7 @@ class WebDeviceOrientationListener;
|
|
|
| namespace content {
|
|
|
| -typedef SharedMemorySeqLockReader<device::OrientationData>
|
| +typedef device::SharedMemorySeqLockReader<device::OrientationData>
|
| DeviceOrientationSharedMemoryReader;
|
|
|
| class CONTENT_EXPORT DeviceOrientationEventPumpBase
|
|
|