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

Unified Diff: device/device_sensors/data_fetcher_shared_memory_chromeos.cc

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: device/device_sensors/data_fetcher_shared_memory_chromeos.cc
diff --git a/content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc b/device/device_sensors/data_fetcher_shared_memory_chromeos.cc
similarity index 90%
rename from content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc
rename to device/device_sensors/data_fetcher_shared_memory_chromeos.cc
index 76349d2a37d37726b80f8bcde6cef78c181e6e30..119295afe0864b3abb9698b8ca58afebd85ea961 100644
--- a/content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc
+++ b/device/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 "content/browser/device_sensors/data_fetcher_shared_memory.h"
+#include "device/device_sensors/data_fetcher_shared_memory.h"
-#include "content/browser/device_sensors/sensor_manager_chromeos.h"
+#include "device/device_sensors/sensor_manager_chromeos.h"
namespace content {

Powered by Google App Engine
This is Rietveld 408576698