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

Unified Diff: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp

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 | « third_party/WebKit/Source/modules/device_orientation/DeviceMotionData.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp
diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp
index d156b198bacd28a87d0f3551510c601985e952cd..ed79f5c3bbbd3fa9f058f8c4d434395fa014f34c 100644
--- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp
+++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationData.cpp
@@ -25,8 +25,8 @@
#include "modules/device_orientation/DeviceOrientationData.h"
-#include "device/sensors/public/cpp/orientation_data.h"
#include "modules/device_orientation/DeviceOrientationEventInit.h"
+#include "services/device/public/cpp/sensors/orientation_data.h"
namespace blink {
« no previous file with comments | « third_party/WebKit/Source/modules/device_orientation/DeviceMotionData.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698