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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_base.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_base.cc
diff --git a/device/sensors/data_fetcher_shared_memory_base.cc b/services/device/sensors/data_fetcher_shared_memory_base.cc
similarity index 96%
rename from device/sensors/data_fetcher_shared_memory_base.cc
rename to services/device/sensors/data_fetcher_shared_memory_base.cc
index 160bddb15dc131d9358e64472400de22f2db26bd..a67e5cf4319365fecb54b49ff572993e3f9bb7e4 100644
--- a/device/sensors/data_fetcher_shared_memory_base.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_base.cc
@@ -2,7 +2,7 @@
// 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_base.h"
+#include "services/device/sensors/data_fetcher_shared_memory_base.h"
#include <stddef.h>
#include <string.h>
@@ -15,9 +15,9 @@
#include "base/stl_util.h"
#include "base/threading/thread.h"
#include "base/timer/timer.h"
-#include "device/sensors/public/cpp/device_light_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_light_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_motion_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_orientation_hardware_buffer.h"
namespace device {

Powered by Google App Engine
This is Rietveld 408576698