| Index: Source/core/platform/PlatformMouseEvent.h
|
| diff --git a/Source/core/platform/PlatformMouseEvent.h b/Source/core/platform/PlatformMouseEvent.h
|
| index f54246135241321e60cb56db6a2e1f970baf1b13..c7cd921c7871cec5e69203de19f0509705047487 100644
|
| --- a/Source/core/platform/PlatformMouseEvent.h
|
| +++ b/Source/core/platform/PlatformMouseEvent.h
|
| @@ -26,8 +26,8 @@
|
| #ifndef PlatformMouseEvent_h
|
| #define PlatformMouseEvent_h
|
|
|
| -#include "core/platform/PlatformEvent.h"
|
| #include "core/platform/graphics/IntPoint.h"
|
| +#include "platform/PlatformEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|