| Index: third_party/WebKit/Source/core/events/KeyboardEvent.h
|
| diff --git a/third_party/WebKit/Source/core/events/KeyboardEvent.h b/third_party/WebKit/Source/core/events/KeyboardEvent.h
|
| index c3c432e2671816c3fc0af7a196c513dc8eb0fb2e..a2ba385d4c7cc1beb000baee2a517b451b1f508d 100644
|
| --- a/third_party/WebKit/Source/core/events/KeyboardEvent.h
|
| +++ b/third_party/WebKit/Source/core/events/KeyboardEvent.h
|
| @@ -28,7 +28,7 @@
|
| #include "core/CoreExport.h"
|
| #include "core/events/KeyboardEventInit.h"
|
| #include "core/events/UIEventWithKeyState.h"
|
| -#include "public/platform/WebInputEvent.h"
|
| +#include "public/platform/WebKeyboardEvent.h"
|
| #include <memory>
|
|
|
| namespace blink {
|
|
|