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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_chromeos.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_chromeos.cc
diff --git a/device/sensors/data_fetcher_shared_memory_chromeos.cc b/services/device/sensors/data_fetcher_shared_memory_chromeos.cc
similarity index 94%
rename from device/sensors/data_fetcher_shared_memory_chromeos.cc
rename to services/device/sensors/data_fetcher_shared_memory_chromeos.cc
index ee12c57255a14abb3c21dd671accfd0c90d7118c..31283168a57c60c50c661ade8ce36fded4b647c5 100644
--- a/device/sensors/data_fetcher_shared_memory_chromeos.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_chromeos.cc
@@ -2,9 +2,9 @@
// 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 "device/sensors/sensor_manager_chromeos.h"
+#include "services/device/sensors/sensor_manager_chromeos.h"
namespace device {

Powered by Google App Engine
This is Rietveld 408576698