| Index: Source/core/platform/PlatformWheelEvent.h
|
| diff --git a/Source/core/platform/PlatformWheelEvent.h b/Source/core/platform/PlatformWheelEvent.h
|
| index 894c776154fec8d96bf0e8f65416a29bef529f88..1fb9922496ceeef0504804deb31f0352e8dcd839 100644
|
| --- a/Source/core/platform/PlatformWheelEvent.h
|
| +++ b/Source/core/platform/PlatformWheelEvent.h
|
| @@ -27,7 +27,7 @@
|
| #define PlatformWheelEvent_h
|
|
|
| #include "core/platform/PlatformEvent.h"
|
| -#include "core/platform/graphics/IntPoint.h"
|
| +#include "platform/geometry/IntPoint.h"
|
|
|
| namespace WebCore {
|
|
|
|
|