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

Unified Diff: services/device/sensors/sensor_manager_android_unittest.cc

Issue 2819273006: Move //device/sensor impl to be part of the internal implemenation of the Device Service. (Closed)
Patch Set: Move //device/sensor impl to be part of the internal implemenation of the Device Service Created 3 years, 8 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: services/device/sensors/sensor_manager_android_unittest.cc
diff --git a/device/sensors/sensor_manager_android_unittest.cc b/services/device/sensors/sensor_manager_android_unittest.cc
similarity index 98%
rename from device/sensors/sensor_manager_android_unittest.cc
rename to services/device/sensors/sensor_manager_android_unittest.cc
index fc45d515043cb8f02b615670c579c625dbbda19c..e82464b5b09a6e724a05adaed1bea16a7ef9c82b 100644
--- a/device/sensors/sensor_manager_android_unittest.cc
+++ b/services/device/sensors/sensor_manager_android_unittest.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 "device/sensors/sensor_manager_android.h"
+#include "services/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 "device/sensors/device_sensors_consts.h"
+#include "services/device/sensors/device_sensors_consts.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace device {
« no previous file with comments | « services/device/sensors/sensor_manager_android.cc ('k') | services/device/sensors/sensor_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698