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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_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/data_fetcher_shared_memory_mac.cc
diff --git a/device/sensors/data_fetcher_shared_memory_mac.cc b/services/device/sensors/data_fetcher_shared_memory_mac.cc
similarity index 98%
rename from device/sensors/data_fetcher_shared_memory_mac.cc
rename to services/device/sensors/data_fetcher_shared_memory_mac.cc
index b06c850ca48b474355c117d2d0cc0eab7b9535d7..643ab67c56f7cd8660e43c80298a0e597e5bedae 100644
--- a/device/sensors/data_fetcher_shared_memory_mac.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_mac.cc
@@ -2,15 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/sensors/data_fetcher_shared_memory.h"
+#include "services/device/sensors/data_fetcher_shared_memory.h"
#include <stdint.h>
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"
#include "base/single_thread_task_runner.h"
-#include "device/sensors/ambient_light_mac.h"
-#include "device/sensors/public/cpp/device_util_mac.h"
+#include "services/device/public/cpp/sensors/device_util_mac.h"
+#include "services/device/sensors/ambient_light_mac.h"
#include "third_party/sudden_motion_sensor/sudden_motion_sensor_mac.h"
namespace device {

Powered by Google App Engine
This is Rietveld 408576698