| Index: Source/core/page/MouseEventWithHitTestResults.h
|
| diff --git a/Source/core/page/MouseEventWithHitTestResults.h b/Source/core/page/MouseEventWithHitTestResults.h
|
| index 650936afac8d6de4a645c7ba37fbe8c805966585..4ad317d0dc8a50cc8929551987a057533f11a268 100644
|
| --- a/Source/core/page/MouseEventWithHitTestResults.h
|
| +++ b/Source/core/page/MouseEventWithHitTestResults.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef MouseEventWithHitTestResults_h
|
| #define MouseEventWithHitTestResults_h
|
|
|
| -#include "core/platform/PlatformMouseEvent.h"
|
| #include "core/rendering/HitTestResult.h"
|
| +#include "platform/PlatformMouseEvent.h"
|
|
|
| namespace WebCore {
|
|
|
|
|