| Index: Source/core/frame/DeviceSingleWindowEventController.h
|
| diff --git a/Source/core/frame/DeviceSingleWindowEventController.h b/Source/core/frame/DeviceSingleWindowEventController.h
|
| index c94d5c20631f0c577548b53eb00faf273e132b59..d9e98bbf298cf678412b6c7624746955ddd73e10 100644
|
| --- a/Source/core/frame/DeviceSingleWindowEventController.h
|
| +++ b/Source/core/frame/DeviceSingleWindowEventController.h
|
| @@ -6,7 +6,7 @@
|
| #define DeviceSingleWindowEventController_h
|
|
|
| #include "core/frame/DOMWindowLifecycleObserver.h"
|
| -#include "core/frame/DeviceEventControllerBase.h"
|
| +#include "core/frame/PlatformEventController.h"
|
| #include "platform/heap/Handle.h"
|
|
|
| namespace blink {
|
| @@ -14,7 +14,7 @@ namespace blink {
|
| class Document;
|
| class Event;
|
|
|
| -class DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public DeviceEventControllerBase, public DOMWindowLifecycleObserver {
|
| +class DeviceSingleWindowEventController : public NoBaseWillBeGarbageCollectedFinalized<DeviceSingleWindowEventController>, public PlatformEventController, public DOMWindowLifecycleObserver {
|
| public:
|
| virtual ~DeviceSingleWindowEventController();
|
|
|
|
|