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

Unified Diff: device/sensors/sensor_manager_android_unittest.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/sensor_manager_android.cc ('k') | device/sensors/sensor_manager_chromeos.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/sensors/sensor_manager_android_unittest.cc
diff --git a/content/browser/device_sensors/sensor_manager_android_unittest.cc b/device/sensors/sensor_manager_android_unittest.cc
similarity index 97%
rename from content/browser/device_sensors/sensor_manager_android_unittest.cc
rename to device/sensors/sensor_manager_android_unittest.cc
index 98137aae84ddd156a091eadfe914d8ad18128696..b98dfb80aaddf3a8dda140f1b80c7aff9f38531f 100644
--- a/content/browser/device_sensors/sensor_manager_android_unittest.cc
+++ b/device/sensors/sensor_manager_android_unittest.cc
@@ -2,17 +2,17 @@
// 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/sensor_manager_android.h"
+#include "device/sensors/sensor_manager_android.h"
#include <memory>
#include "base/android/jni_android.h"
#include "base/memory/weak_ptr.h"
#include "base/message_loop/message_loop.h"
-#include "content/browser/device_sensors/device_sensors_consts.h"
+#include "device/sensors/device_sensors_consts.h"
#include "testing/gtest/include/gtest/gtest.h"
-namespace content {
+namespace device {
namespace {
@@ -189,4 +189,4 @@ TEST_F(AndroidSensorManagerTest, DeviceLightSensorsActive) {
} // namespace
-} // namespace content
+} // namespace device
« no previous file with comments | « device/sensors/sensor_manager_android.cc ('k') | device/sensors/sensor_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698