| Index: Source/core/platform/PlatformGestureEvent.h
|
| diff --git a/Source/core/platform/PlatformGestureEvent.h b/Source/core/platform/PlatformGestureEvent.h
|
| index 42f69b30aa79907c4427fae8a59ad6ae49f171be..9a24db66e3d5cdc250d9a7def1d4c7f0e1dc361a 100644
|
| --- a/Source/core/platform/PlatformGestureEvent.h
|
| +++ b/Source/core/platform/PlatformGestureEvent.h
|
| @@ -27,9 +27,9 @@
|
| #define PlatformGestureEvent_h
|
|
|
| #include "core/platform/PlatformEvent.h"
|
| -#include "core/platform/graphics/FloatPoint.h"
|
| -#include "core/platform/graphics/IntPoint.h"
|
| -#include "core/platform/graphics/IntSize.h"
|
| +#include "platform/geometry/FloatPoint.h"
|
| +#include "platform/geometry/IntPoint.h"
|
| +#include "platform/geometry/IntSize.h"
|
|
|
| namespace WebCore {
|
|
|
|
|