| 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 {
|
|
|
|
|