Index: services/device/generic_sensor/platform_sensor_android.h |
diff --git a/device/generic_sensor/platform_sensor_android.h b/services/device/generic_sensor/platform_sensor_android.h |
similarity index 86% |
rename from device/generic_sensor/platform_sensor_android.h |
rename to services/device/generic_sensor/platform_sensor_android.h |
index 48937e0b453be570d8b1031128d107754349d89c..af0ed125104e05eb35efe886c3eecd13cb28402e 100644 |
--- a/device/generic_sensor/platform_sensor_android.h |
+++ b/services/device/generic_sensor/platform_sensor_android.h |
@@ -2,12 +2,12 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |
-#define DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |
+#ifndef SERVICES_DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |
+#define SERVICES_DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |
-#include "device/generic_sensor/platform_sensor.h" |
#include "base/android/scoped_java_ref.h" |
#include "base/memory/ref_counted.h" |
+#include "services/device/generic_sensor/platform_sensor.h" |
namespace device { |
@@ -52,4 +52,4 @@ class PlatformSensorAndroid : public PlatformSensor { |
} // namespace device |
-#endif // DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |
+#endif // SERVICES_DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_ANDROID_H_ |