Index: Source/core/events/MouseEvent.h |
diff --git a/Source/core/dom/MouseEvent.h b/Source/core/events/MouseEvent.h |
similarity index 98% |
rename from Source/core/dom/MouseEvent.h |
rename to Source/core/events/MouseEvent.h |
index 5ef39b06c17b6eb82e8201928ee3b7aedb953062..139cea88e75b163b81aa6db1116261de3e62894c 100644 |
--- a/Source/core/dom/MouseEvent.h |
+++ b/Source/core/events/MouseEvent.h |
@@ -24,8 +24,8 @@ |
#ifndef MouseEvent_h |
#define MouseEvent_h |
-#include "core/dom/EventDispatchMediator.h" |
-#include "core/dom/MouseRelatedEvent.h" |
+#include "core/events/EventDispatchMediator.h" |
+#include "core/events/MouseRelatedEvent.h" |
namespace WebCore { |