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

Unified Diff: services/device/sensors/ambient_light_mac.h

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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
« no previous file with comments | « services/device/sensors/DEPS ('k') | services/device/sensors/ambient_light_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/sensors/ambient_light_mac.h
diff --git a/device/sensors/ambient_light_mac.h b/services/device/sensors/ambient_light_mac.h
similarity index 85%
rename from device/sensors/ambient_light_mac.h
rename to services/device/sensors/ambient_light_mac.h
index f777dbc743ef2e394ff15a4d368e2be57290ce27..bf4ef425a3c9475740e4d28ef4e45936c840bab2 100644
--- a/device/sensors/ambient_light_mac.h
+++ b/services/device/sensors/ambient_light_mac.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_AMBIENT_LIGHT_MAC_H_
-#define DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
+#ifndef SERVICE_DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
+#define SERVICE_DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
#include <IOKit/IOKitLib.h>
#include <stdint.h>
@@ -40,4 +40,4 @@ class AmbientLightSensor {
} // namespace device
-#endif // DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
+#endif // SERVICE_DEVICE_SENSORS_AMBIENT_LIGHT_MAC_H_
« no previous file with comments | « services/device/sensors/DEPS ('k') | services/device/sensors/ambient_light_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698