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

Unified Diff: device/sensors/data_fetcher_shared_memory_chromeos.cc

Issue 2646093002: Move //content/browser/device_sensor/ into device/sensors (Closed)
Patch Set: gn format & code rebase Created 3 years, 11 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/sensors/data_fetcher_shared_memory_chromeos.cc
diff --git a/content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc b/device/sensors/data_fetcher_shared_memory_chromeos.cc
similarity index 92%
rename from content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc
rename to device/sensors/data_fetcher_shared_memory_chromeos.cc
index d7d04ed9193879b5b399041f15c7a16f32cdf751..d9d3a2462d61f17ef03a18b9ac5b02ae3e1df758 100644
--- a/content/browser/device_sensors/data_fetcher_shared_memory_chromeos.cc
+++ b/device/sensors/data_fetcher_shared_memory_chromeos.cc
@@ -2,11 +2,11 @@
// 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/sensors/data_fetcher_shared_memory.h"
-#include "content/browser/device_sensors/sensor_manager_chromeos.h"
+#include "device/sensors/sensor_manager_chromeos.h"
-namespace content {
+namespace device {
DataFetcherSharedMemory::DataFetcherSharedMemory() {
}
@@ -69,4 +69,4 @@ bool DataFetcherSharedMemory::Stop(ConsumerType consumer_type) {
return false;
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/sensors/data_fetcher_shared_memory_base_unittest.cc ('k') | device/sensors/data_fetcher_shared_memory_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698