| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
|
| index ab8ca878c19f4b66d8626860f5537a4923c06f96..10eac3e6368b7ad20f734279c70f0aeabd73ae06 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationController.cpp
|
| @@ -13,8 +13,8 @@
|
| #include "modules/device_orientation/DeviceOrientationDispatcher.h"
|
| #include "modules/device_orientation/DeviceOrientationEvent.h"
|
| #include "platform/weborigin/SecurityOrigin.h"
|
| +#include "platform/wtf/Assertions.h"
|
| #include "public/platform/Platform.h"
|
| -#include "wtf/Assertions.h"
|
|
|
| namespace blink {
|
|
|
|
|