| Index: third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| diff --git a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| index c560137e8e50a49208409a65126d17e5b2c9d077..587d695d33b059bfd6e79509125494893b756d20 100644
|
| --- a/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| +++ b/third_party/WebKit/Source/modules/device_orientation/DeviceOrientationDispatcher.h
|
| @@ -33,9 +33,9 @@
|
|
|
| #include "core/frame/PlatformEventDispatcher.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "public/platform/WebPlatformEventType.h"
|
| #include "public/platform/modules/device_orientation/WebDeviceOrientationListener.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace device {
|
| class OrientationData;
|
|
|