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

Unified Diff: services/device/sensors/device_sensor_service_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
« no previous file with comments | « services/device/sensors/device_sensor_service.cc ('k') | services/device/sensors/device_sensors_consts.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/sensors/device_sensor_service_unittest.cc
diff --git a/services/device/sensors/device_sensor_service_unittest.cc b/services/device/sensors/device_sensor_service_unittest.cc
index 59647393fda92d937c80cffef65c424e685b81ca..5d257c247f594548eebc404936b99e21fc64ad47 100644
--- a/services/device/sensors/device_sensor_service_unittest.cc
+++ b/services/device/sensors/device_sensor_service_unittest.cc
@@ -2,26 +2,27 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/sensors/device_sensor_service.h"
+#include "services/device/sensors/device_sensor_service.h"
+
#include <limits>
#include "base/memory/singleton.h"
#include "base/run_loop.h"
#include "base/threading/platform_thread.h"
#include "build/build_config.h"
-#include "device/sensors/data_fetcher_shared_memory.h"
-#include "device/sensors/public/cpp/device_light_data.h"
-#include "device/sensors/public/cpp/device_light_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_motion_hardware_buffer.h"
-#include "device/sensors/public/cpp/device_orientation_hardware_buffer.h"
-#include "device/sensors/public/cpp/motion_data.h"
-#include "device/sensors/public/cpp/orientation_data.h"
-#include "device/sensors/public/cpp/shared_memory_seqlock_reader.h"
-#include "device/sensors/public/interfaces/light.mojom.h"
-#include "device/sensors/public/interfaces/motion.mojom.h"
-#include "device/sensors/public/interfaces/orientation.mojom.h"
#include "mojo/public/cpp/system/platform_handle.h"
#include "services/device/device_service_test_base.h"
+#include "services/device/public/cpp/sensors/device_light_data.h"
+#include "services/device/public/cpp/sensors/device_light_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_motion_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/device_orientation_hardware_buffer.h"
+#include "services/device/public/cpp/sensors/motion_data.h"
+#include "services/device/public/cpp/sensors/orientation_data.h"
+#include "services/device/public/cpp/sensors/shared_memory_seqlock_reader.h"
#include "services/device/public/interfaces/constants.mojom.h"
+#include "services/device/public/interfaces/light.mojom.h"
+#include "services/device/public/interfaces/motion.mojom.h"
+#include "services/device/public/interfaces/orientation.mojom.h"
+#include "services/device/sensors/data_fetcher_shared_memory.h"
namespace device {
« no previous file with comments | « services/device/sensors/device_sensor_service.cc ('k') | services/device/sensors/device_sensors_consts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698