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

Unified Diff: services/device/sensors/data_fetcher_shared_memory_default.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_default.cc
diff --git a/device/sensors/data_fetcher_shared_memory_default.cc b/services/device/sensors/data_fetcher_shared_memory_default.cc
similarity index 97%
rename from device/sensors/data_fetcher_shared_memory_default.cc
rename to services/device/sensors/data_fetcher_shared_memory_default.cc
index 31bbd7a19012bad4aa0b88dfd48063f82a878b3d..25ad8b0763ecfc2264a7695d6bb10c627cceae66 100644
--- a/device/sensors/data_fetcher_shared_memory_default.cc
+++ b/services/device/sensors/data_fetcher_shared_memory_default.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.h"
+#include "services/device/sensors/data_fetcher_shared_memory.h"
#include "base/logging.h"
#include "base/metrics/histogram_macros.h"

Powered by Google App Engine
This is Rietveld 408576698