| Index: Source/core/events/KeyboardEvent.h
|
| diff --git a/Source/core/dom/KeyboardEvent.h b/Source/core/events/KeyboardEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/KeyboardEvent.h
|
| rename to Source/core/events/KeyboardEvent.h
|
| index 3cbeb06d3466b741c0361241a1e23d2025ed4e08..7ee78e58bc17d43c8932a76d062840b41b2f0f7b 100644
|
| --- a/Source/core/dom/KeyboardEvent.h
|
| +++ b/Source/core/events/KeyboardEvent.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef KeyboardEvent_h
|
| #define KeyboardEvent_h
|
|
|
| -#include "core/dom/EventDispatchMediator.h"
|
| -#include "core/dom/UIEventWithKeyState.h"
|
| +#include "core/events/EventDispatchMediator.h"
|
| +#include "core/events/UIEventWithKeyState.h"
|
|
|
| namespace WebCore {
|
|
|
|
|