Index: services/device/public/cpp/generic_sensor/platform_sensor_configuration.h |
diff --git a/device/generic_sensor/public/cpp/platform_sensor_configuration.h b/services/device/public/cpp/generic_sensor/platform_sensor_configuration.h |
similarity index 72% |
rename from device/generic_sensor/public/cpp/platform_sensor_configuration.h |
rename to services/device/public/cpp/generic_sensor/platform_sensor_configuration.h |
index e124eaa1e62a1900faf4d11e301d0c5524575ef4..baca2f0350fb4ff0ae278c0a22f2641715993f05 100644 |
--- a/device/generic_sensor/public/cpp/platform_sensor_configuration.h |
+++ b/services/device/public/cpp/generic_sensor/platform_sensor_configuration.h |
@@ -2,15 +2,14 @@ |
// 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_CONFIGURATION_H_ |
-#define DEVICE_GENERIC_SENSOR_PLATFORM_SENSOR_CONFIGURATION_H_ |
+#ifndef SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_PLATFORM_SENSOR_CONFIGURATION_H_ |
+#define SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_PLATFORM_SENSOR_CONFIGURATION_H_ |
#include "base/logging.h" |
-#include "device/generic_sensor/public/cpp/generic_sensor_public_export.h" |
namespace device { |
-class DEVICE_GENERIC_SENSOR_PUBLIC_EXPORT PlatformSensorConfiguration { |
+class PlatformSensorConfiguration { |
public: |
PlatformSensorConfiguration(); |
explicit PlatformSensorConfiguration(double frequency); |
@@ -32,4 +31,4 @@ class DEVICE_GENERIC_SENSOR_PUBLIC_EXPORT PlatformSensorConfiguration { |
} // namespace device |
-#endif // DEVICE_SENSORS_PLATFORM_SENSOR_CONFIGURATION_H_ |
+#endif // SERVICES_DEVICE_PUBLIC_CPP_GENERIC_SENSOR_PLATFORM_SENSOR_CONFIGURATION_H_ |