| Index: services/device/device_service.h
|
| diff --git a/services/device/device_service.h b/services/device/device_service.h
|
| index 127fa9058e3eb726e85a6c5bec4e948fbdacce45..4048ccfc50dfafc3ebf750d4a568b360da0047b5 100644
|
| --- a/services/device/device_service.h
|
| +++ b/services/device/device_service.h
|
| @@ -6,7 +6,6 @@
|
| #define SERVICES_DEVICE_DEVICE_SERVICE_H_
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "device/generic_sensor/public/interfaces/sensor_provider.mojom.h"
|
| #include "device/nfc/nfc_provider.mojom.h"
|
| #include "device/screen_orientation/public/interfaces/screen_orientation.mojom.h"
|
| #include "device/sensors/public/interfaces/motion.mojom.h"
|
| @@ -17,6 +16,7 @@
|
| #include "services/device/public/interfaces/battery_monitor.mojom.h"
|
| #include "services/device/public/interfaces/fingerprint.mojom.h"
|
| #include "services/device/public/interfaces/power_monitor.mojom.h"
|
| +#include "services/device/public/interfaces/sensor_provider.mojom.h"
|
| #include "services/device/public/interfaces/time_zone_monitor.mojom.h"
|
| #include "services/device/public/interfaces/vibration_manager.mojom.h"
|
| #include "services/service_manager/public/cpp/binder_registry.h"
|
|
|