| Index: services/device/public/cpp/sensors/orientation_data.h
|
| diff --git a/device/sensors/public/cpp/orientation_data.h b/services/device/public/cpp/sensors/orientation_data.h
|
| similarity index 77%
|
| rename from device/sensors/public/cpp/orientation_data.h
|
| rename to services/device/public/cpp/sensors/orientation_data.h
|
| index 22cc9652ece66e57473c464becb44032e759949f..f792215a4c44db4e55e6579671484d71ea4bf433 100644
|
| --- a/device/sensors/public/cpp/orientation_data.h
|
| +++ b/services/device/public/cpp/sensors/orientation_data.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_PUBLIC_CPP_ORIENTATION_DATA_H_
|
| -#define DEVICE_SENSORS_PUBLIC_CPP_ORIENTATION_DATA_H_
|
| +#ifndef SERVICES_DEVICE_PUBLIC_CPP_SENSORS_ORIENTATION_DATA_H_
|
| +#define SERVICES_DEVICE_PUBLIC_CPP_SENSORS_ORIENTATION_DATA_H_
|
|
|
| namespace device {
|
|
|
| @@ -35,4 +35,4 @@ static_assert(sizeof(OrientationData) ==
|
|
|
| } // namespace device
|
|
|
| -#endif // DEVICE_SENSORS_PUBLIC_CPP_ORIENTATION_DATA_H_
|
| +#endif // SERVICES_DEVICE_PUBLIC_CPP_SENSORS_ORIENTATION_DATA_H_
|
|
|