| Index: services/device/sensors/device_sensors_consts.h
|
| diff --git a/device/sensors/device_sensors_consts.h b/services/device/sensors/device_sensors_consts.h
|
| similarity index 88%
|
| rename from device/sensors/device_sensors_consts.h
|
| rename to services/device/sensors/device_sensors_consts.h
|
| index 0c7f411de42967397728d250a65fe730f8e21f93..7391926edd0254cd9ced4c8d3645db65d0d01df4 100644
|
| --- a/device/sensors/device_sensors_consts.h
|
| +++ b/services/device/sensors/device_sensors_consts.h
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
| -#define DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
| +#ifndef SERVICES_DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
| +#define SERVICES_DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
|
|
| #include "base/time/time.h"
|
|
|
| @@ -36,4 +36,4 @@ const int kLightSensorIntervalMicroseconds =
|
|
|
| } // namespace device
|
|
|
| -#endif // DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
| +#endif // SERVICES_DEVICE_SENSORS_DEVICE_SENSORS_CONSTS_H_
|
|
|