| Index: Source/core/html/forms/ImageInputType.h
|
| diff --git a/Source/core/html/forms/ImageInputType.h b/Source/core/html/forms/ImageInputType.h
|
| index c3a5d76929f90d733e909b01418ab4f2e8401f4d..06f0d29a2e82238a49c7538dc5e06418b4066eaf 100644
|
| --- a/Source/core/html/forms/ImageInputType.h
|
| +++ b/Source/core/html/forms/ImageInputType.h
|
| @@ -34,7 +34,7 @@
|
| #define ImageInputType_h
|
|
|
| #include "core/html/forms/BaseButtonInputType.h"
|
| -#include "core/platform/graphics/IntPoint.h"
|
| +#include "platform/geometry/IntPoint.h"
|
|
|
| namespace WebCore {
|
|
|
|
|