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

Unified Diff: services/device/generic_sensor/generic_sensor_consts.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/generic_sensor/generic_sensor_consts.h
diff --git a/device/generic_sensor/generic_sensor_consts.h b/services/device/generic_sensor/generic_sensor_consts.h
similarity index 84%
rename from device/generic_sensor/generic_sensor_consts.h
rename to services/device/generic_sensor/generic_sensor_consts.h
index ca9b45a4cd1ae78c73cfc9fcb1bc53970b23e9b2..ba4b959f0f7a32ab3488a33a520d9983702741b5 100644
--- a/device/generic_sensor/generic_sensor_consts.h
+++ b/services/device/generic_sensor/generic_sensor_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_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_
-#define DEVICE_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_
+#ifndef SERVICES_DEVICE_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_
+#define SERVICES_DEVICE_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_
#define _USE_MATH_DEFINES
#include <math.h>
@@ -36,4 +36,4 @@ constexpr int kDefaultMagnetometerFrequencyHz = 10;
} // namespace device
-#endif // DEVICE_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_
+#endif // SERVICES_DEVICE_GENERIC_SENSOR_GENERIC_SENSOR_CONSTS_H_

Powered by Google App Engine
This is Rietveld 408576698