| Index: Source/core/events/UIEvent.h
|
| diff --git a/Source/core/dom/UIEvent.h b/Source/core/events/UIEvent.h
|
| similarity index 97%
|
| rename from Source/core/dom/UIEvent.h
|
| rename to Source/core/events/UIEvent.h
|
| index ae52a89ded6519145a6593a666185e616f69c8bf..507185d82bfe39d15830cfee3637ae584b246978 100644
|
| --- a/Source/core/dom/UIEvent.h
|
| +++ b/Source/core/events/UIEvent.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef UIEvent_h
|
| #define UIEvent_h
|
|
|
| -#include "core/dom/Event.h"
|
| -#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/events/Event.h"
|
| +#include "core/events/EventDispatchMediator.h"
|
| #include "core/page/DOMWindow.h"
|
|
|
| namespace WebCore {
|
|
|