| Index: third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| index 4dfe2a878b519f08ffeddbf7c38fbfa89fc3a61d..97b0f61fae8dde69e4fe428c28d509cde0463be5 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceMotionDispatcher.h
|
| @@ -33,8 +33,8 @@
|
|
|
| #include "core/frame/PlatformEventDispatcher.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "public/platform/modules/device_orientation/WebDeviceMotionListener.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace device {
|
| class MotionData;
|
|
|