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

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

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
Index: services/device/sensors/ambient_light_mac.cc
diff --git a/device/sensors/ambient_light_mac.cc b/services/device/sensors/ambient_light_mac.cc
similarity index 98%
rename from device/sensors/ambient_light_mac.cc
rename to services/device/sensors/ambient_light_mac.cc
index c9f36f5de17d001620b8180ba8ba3b91ea030b8d..95af0e94df7dcc3562cdc83ba89d875b249f5957 100644
--- a/device/sensors/ambient_light_mac.cc
+++ b/services/device/sensors/ambient_light_mac.cc
@@ -4,7 +4,7 @@
// This file is based on http://osxbook.com/book/bonus/chapter10/light/
-#include "device/sensors/ambient_light_mac.h"
+#include "services/device/sensors/ambient_light_mac.h"
#include <utility>
« no previous file with comments | « services/device/sensors/ambient_light_mac.h ('k') | services/device/sensors/android/device_sensor_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698