| Index: Source/core/dom/MouseEvent.h
|
| diff --git a/Source/core/dom/MouseEvent.h b/Source/core/dom/MouseEvent.h
|
| index c0fcce771c37fa7f6afb25795758ab41bccf36b0..d91daffcbae1317561a1667fb736e290166ca43e 100644
|
| --- a/Source/core/dom/MouseEvent.h
|
| +++ b/Source/core/dom/MouseEvent.h
|
| @@ -24,8 +24,8 @@
|
| #ifndef MouseEvent_h
|
| #define MouseEvent_h
|
|
|
| -#include "EventDispatchMediator.h"
|
| -#include "MouseRelatedEvent.h"
|
| +#include "core/dom/EventDispatchMediator.h"
|
| +#include "core/dom/MouseRelatedEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|