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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_android.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_android.cc
diff --git a/device/sensors/data_fetcher_shared_memory_android.cc b/services/device/sensors/data_fetcher_shared_memory_android.cc
similarity index 85%
rename from device/sensors/data_fetcher_shared_memory_android.cc
rename to services/device/sensors/data_fetcher_shared_memory_android.cc
index 5dec86a1ab0b18b725a9024a990e99c64d2e434c..fb4d73d2ad56cb482acf66e15ce06657bb97a6c5 100644
--- a/device/sensors/data_fetcher_shared_memory_android.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_android.cc
@@ -2,13 +2,13 @@
// 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 "base/logging.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 "device/sensors/sensor_manager_android.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"
+#include "services/device/sensors/sensor_manager_android.h"
namespace device {
« no previous file with comments | « services/device/sensors/data_fetcher_shared_memory.h ('k') | services/device/sensors/data_fetcher_shared_memory_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698