| Index: Source/core/events/MouseRelatedEvent.h
|
| diff --git a/Source/core/dom/MouseRelatedEvent.h b/Source/core/events/MouseRelatedEvent.h
|
| similarity index 98%
|
| rename from Source/core/dom/MouseRelatedEvent.h
|
| rename to Source/core/events/MouseRelatedEvent.h
|
| index a33ddf8d38bf927b3d38154e42e5946b7bf01f31..de546d633107a00efd1b61582ff5297b00fc645a 100644
|
| --- a/Source/core/dom/MouseRelatedEvent.h
|
| +++ b/Source/core/events/MouseRelatedEvent.h
|
| @@ -24,7 +24,7 @@
|
| #ifndef MouseRelatedEvent_h
|
| #define MouseRelatedEvent_h
|
|
|
| -#include "core/dom/UIEventWithKeyState.h"
|
| +#include "core/events/UIEventWithKeyState.h"
|
| #include "core/platform/graphics/LayoutPoint.h"
|
|
|
| namespace WebCore {
|
|
|