| Index: Source/core/html/forms/ImageInputType.h
|
| diff --git a/Source/core/html/ImageInputType.h b/Source/core/html/forms/ImageInputType.h
|
| similarity index 98%
|
| rename from Source/core/html/ImageInputType.h
|
| rename to Source/core/html/forms/ImageInputType.h
|
| index cff186d8a15109a21039eb94267f4a98c8d789d5..c3a5d76929f90d733e909b01418ab4f2e8401f4d 100644
|
| --- a/Source/core/html/ImageInputType.h
|
| +++ b/Source/core/html/forms/ImageInputType.h
|
| @@ -33,7 +33,7 @@
|
| #ifndef ImageInputType_h
|
| #define ImageInputType_h
|
|
|
| -#include "core/html/BaseButtonInputType.h"
|
| +#include "core/html/forms/BaseButtonInputType.h"
|
| #include "core/platform/graphics/IntPoint.h"
|
|
|
| namespace WebCore {
|
|
|