| Index: Source/core/events/MouseEvent.cpp
|
| diff --git a/Source/core/events/MouseEvent.cpp b/Source/core/events/MouseEvent.cpp
|
| index 72e0fbfedb90ae352f176867901bae52862818b6..62c83f12883de8de590c5dfdb23a969b66c2a291 100644
|
| --- a/Source/core/events/MouseEvent.cpp
|
| +++ b/Source/core/events/MouseEvent.cpp
|
| @@ -27,7 +27,7 @@
|
| #include "core/events/EventDispatcher.h"
|
| #include "core/events/EventRetargeter.h"
|
| #include "core/events/ThreadLocalEventNames.h"
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|