| Index: device/sensors/device_sensor_host.h
|
| diff --git a/device/sensors/device_sensor_host.h b/device/sensors/device_sensor_host.h
|
| index be9ff72163e94680221feba01381830fabd87ab0..ccdcd8f5c8fc0ef5dbc97d1bddf637aafa9fb7a1 100644
|
| --- a/device/sensors/device_sensor_host.h
|
| +++ b/device/sensors/device_sensor_host.h
|
| @@ -8,7 +8,6 @@
|
| #include "base/macros.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "device/sensors/device_sensors_consts.h"
|
| -#include "device/sensors/public/interfaces/light.mojom.h"
|
| #include "device/sensors/public/interfaces/motion.mojom.h"
|
| #include "device/sensors/public/interfaces/orientation.mojom.h"
|
| #include "mojo/public/cpp/bindings/interface_request.h"
|
| @@ -38,8 +37,6 @@ class DeviceSensorHost : NON_EXPORTED_BASE(public MojoInterface) {
|
| DISALLOW_COPY_AND_ASSIGN(DeviceSensorHost);
|
| };
|
|
|
| -using DeviceLightHost =
|
| - DeviceSensorHost<device::mojom::LightSensor, CONSUMER_TYPE_LIGHT>;
|
| using DeviceMotionHost =
|
| DeviceSensorHost<device::mojom::MotionSensor, CONSUMER_TYPE_MOTION>;
|
| using DeviceOrientationHost = DeviceSensorHost<device::mojom::OrientationSensor,
|
|
|