| Index: Source/core/events/FocusEvent.h
|
| diff --git a/Source/core/dom/FocusEvent.h b/Source/core/events/FocusEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/FocusEvent.h
|
| rename to Source/core/events/FocusEvent.h
|
| index f96c0764eca1856db2505f0a1b5d4ec3b7618cd0..380658f878e41fa110329a66ce7d1d6b2f57addc 100644
|
| --- a/Source/core/dom/FocusEvent.h
|
| +++ b/Source/core/events/FocusEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef FocusEvent_h
|
| #define FocusEvent_h
|
|
|
| -#include "core/dom/EventTarget.h"
|
| -#include "core/dom/UIEvent.h"
|
| +#include "core/events/EventTarget.h"
|
| +#include "core/events/UIEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|