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

Unified Diff: device/device_sensors/sensor_manager_android_unittest.cc

Issue 1164563003: Extract device_sensors to /device via Mojofication (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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/device_sensors/sensor_manager_android.cc ('k') | device/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/device_sensors/sensor_manager_android_unittest.cc
diff --git a/content/browser/device_sensors/sensor_manager_android_unittest.cc b/device/device_sensors/sensor_manager_android_unittest.cc
similarity index 96%
rename from content/browser/device_sensors/sensor_manager_android_unittest.cc
rename to device/device_sensors/sensor_manager_android_unittest.cc
index 39f86e1d17fe5d0b257fada7384f494b8f6952f4..0165382e4bceef6beea892742dedee8f6c647ba5 100644
--- a/content/browser/device_sensors/sensor_manager_android_unittest.cc
+++ b/device/device_sensors/sensor_manager_android_unittest.cc
@@ -2,13 +2,13 @@
// 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/device_sensors/sensor_manager_android.h"
#include "base/android/jni_android.h"
#include "base/memory/scoped_ptr.h"
#include "base/memory/weak_ptr.h"
-#include "content/browser/device_sensors/inertial_sensor_consts.h"
-#include "content/public/test/test_browser_thread_bundle.h"
+#include "device/device_sensors/inertial_sensor_consts.h"
+//#include "content/public/test/test_browser_thread_bundle.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
« no previous file with comments | « device/device_sensors/sensor_manager_android.cc ('k') | device/device_sensors/sensor_manager_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698