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

Unified Diff: content/renderer/device_sensors/device_motion_event_pump.h

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: content/renderer/device_sensors/device_motion_event_pump.h
diff --git a/content/renderer/device_sensors/device_motion_event_pump.h b/content/renderer/device_sensors/device_motion_event_pump.h
index 70f7f05ba3e201933149f3eb359c34c96c95fedd..15be5522e989dcfc0d231d1883867fa342c462c0 100644
--- a/content/renderer/device_sensors/device_motion_event_pump.h
+++ b/content/renderer/device_sensors/device_motion_event_pump.h
@@ -9,9 +9,9 @@
#include "base/macros.h"
#include "content/renderer/device_sensors/device_sensor_event_pump.h"
-#include "device/sensors/public/cpp/motion_data.h"
-#include "device/sensors/public/cpp/shared_memory_seqlock_reader.h"
-#include "device/sensors/public/interfaces/motion.mojom.h"
+#include "services/device/public/cpp/sensors/motion_data.h"
+#include "services/device/public/cpp/sensors/shared_memory_seqlock_reader.h"
+#include "services/device/public/interfaces/motion.mojom.h"
namespace blink {
class WebDeviceMotionListener;

Powered by Google App Engine
This is Rietveld 408576698