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

Unified Diff: device/sensors/data_fetcher_shared_memory_base.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_base.cc
diff --git a/content/browser/device_sensors/data_fetcher_shared_memory_base.cc b/device/sensors/data_fetcher_shared_memory_base.cc
similarity index 98%
rename from content/browser/device_sensors/data_fetcher_shared_memory_base.cc
rename to device/sensors/data_fetcher_shared_memory_base.cc
index 34191f802de57b524b0435a93d407375c97e4459..84dde1c9525a9a78ee1ecd884bbcc6d5276c08cf 100644
--- a/content/browser/device_sensors/data_fetcher_shared_memory_base.cc
+++ b/device/sensors/data_fetcher_shared_memory_base.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 "content/browser/device_sensors/data_fetcher_shared_memory_base.h"
+#include "device/sensors/data_fetcher_shared_memory_base.h"
#include <stddef.h>
#include <string.h>
@@ -19,7 +19,7 @@
#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
-namespace content {
+namespace device {
namespace {
@@ -243,4 +243,4 @@ bool DataFetcherSharedMemoryBase::IsPollingTimerRunningForTesting() const {
return polling_thread_ ? polling_thread_->IsTimerRunning() : false;
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/sensors/data_fetcher_shared_memory_base.h ('k') | device/sensors/data_fetcher_shared_memory_base_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698