| Index: services/device/device_service.h
|
| diff --git a/services/device/device_service.h b/services/device/device_service.h
|
| index 127fa9058e3eb726e85a6c5bec4e948fbdacce45..37a3bd385f98357d592490f2059164b9d5b3334d 100644
|
| --- a/services/device/device_service.h
|
| +++ b/services/device/device_service.h
|
| @@ -7,7 +7,6 @@
|
|
|
| #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"
|
| #include "device/sensors/public/interfaces/orientation.mojom.h"
|
| @@ -16,6 +15,7 @@
|
| #include "mojo/public/cpp/bindings/binding_set.h"
|
| #include "services/device/public/interfaces/battery_monitor.mojom.h"
|
| #include "services/device/public/interfaces/fingerprint.mojom.h"
|
| +#include "services/device/public/interfaces/nfc_provider.mojom.h"
|
| #include "services/device/public/interfaces/power_monitor.mojom.h"
|
| #include "services/device/public/interfaces/time_zone_monitor.mojom.h"
|
| #include "services/device/public/interfaces/vibration_manager.mojom.h"
|
|
|