| Index: Source/core/dom/KeyboardEvent.h
|
| diff --git a/Source/core/dom/KeyboardEvent.h b/Source/core/dom/KeyboardEvent.h
|
| index e5013ef90de63a0a6fc4707e903d1258f397cee6..1900174aa7f5dcc608cbb6eb08311275bb10ee7a 100644
|
| --- a/Source/core/dom/KeyboardEvent.h
|
| +++ b/Source/core/dom/KeyboardEvent.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef KeyboardEvent_h
|
| #define KeyboardEvent_h
|
|
|
| -#include "EventDispatchMediator.h"
|
| -#include "UIEventWithKeyState.h"
|
| +#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/dom/UIEventWithKeyState.h"
|
| #include <wtf/Vector.h>
|
|
|
| namespace WebCore {
|
|
|