| Index: Source/core/events/KeyboardEvent.cpp
|
| diff --git a/Source/core/events/KeyboardEvent.cpp b/Source/core/events/KeyboardEvent.cpp
|
| index a39e0777f35634ad569216ec99a373aae39965aa..60e827b6560f92aa5e0e2842776806b3c9731d16 100644
|
| --- a/Source/core/events/KeyboardEvent.cpp
|
| +++ b/Source/core/events/KeyboardEvent.cpp
|
| @@ -24,8 +24,8 @@
|
| #include "core/events/KeyboardEvent.h"
|
|
|
| #include "core/events/ThreadLocalEventNames.h"
|
| -#include "core/platform/PlatformKeyboardEvent.h"
|
| #include "core/platform/WindowsKeyboardCodes.h"
|
| +#include "platform/PlatformKeyboardEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|