Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(910)

Unified Diff: services/device/public/cpp/generic_sensor/platform_sensor_configuration.h

Issue 2865263002: Move //device/generic_sensor to be part of the internal implementation of the Device Service. (Closed)
Patch Set: code rebase Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698