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

Unified Diff: device/sensors/device_sensor_service.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
« no previous file with comments | « device/sensors/device_sensor_service.h ('k') | device/sensors/device_sensors_consts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/device_sensor_service.cc
diff --git a/content/browser/device_sensors/device_sensor_service.cc b/device/sensors/device_sensor_service.cc
similarity index 94%
rename from content/browser/device_sensors/device_sensor_service.cc
rename to device/sensors/device_sensor_service.cc
index 827600740f7c4bf3355020a3fbe8c85e782f53ee..12ffa6bb5c07cbb2f2b7495a57735d8ba4328899 100644
--- a/content/browser/device_sensors/device_sensor_service.cc
+++ b/device/sensors/device_sensor_service.cc
@@ -2,14 +2,14 @@
// 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/device_sensor_service.h"
+#include "device/sensors/device_sensor_service.h"
#include "base/bind.h"
#include "base/logging.h"
#include "base/memory/singleton.h"
-#include "content/browser/device_sensors/data_fetcher_shared_memory.h"
+#include "device/sensors/data_fetcher_shared_memory.h"
-namespace content {
+namespace device {
DeviceSensorService::DeviceSensorService()
: num_light_readers_(0),
@@ -110,4 +110,4 @@ void DeviceSensorService::SetDataFetcherForTesting(
data_fetcher_.reset(test_data_fetcher);
}
-} // namespace content
+} // namespace device
« no previous file with comments | « device/sensors/device_sensor_service.h ('k') | device/sensors/device_sensors_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698