| Index: content/renderer/device_sensors/device_light_event_pump.h
|
| diff --git a/content/renderer/device_sensors/device_light_event_pump.h b/content/renderer/device_sensors/device_light_event_pump.h
|
| index 8795916c64c5b387670338a007d5d61032c05630..5ea7e52d3540898340977d8b79585e8c61a2bc05 100644
|
| --- a/content/renderer/device_sensors/device_light_event_pump.h
|
| +++ b/content/renderer/device_sensors/device_light_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/device_light_data.h"
|
| +#include "device/sensors/public/cpp/shared_memory_seqlock_reader.h"
|
| #include "device/sensors/public/interfaces/light.mojom.h"
|
|
|
| namespace blink {
|
| @@ -19,7 +19,7 @@ class WebDeviceLightListener;
|
|
|
| namespace content {
|
|
|
| -typedef SharedMemorySeqLockReader<device::DeviceLightData>
|
| +typedef device::SharedMemorySeqLockReader<device::DeviceLightData>
|
| DeviceLightSharedMemoryReader;
|
|
|
| class CONTENT_EXPORT DeviceLightEventPump
|
|
|