| Index: Source/core/html/forms/ResetInputType.h
|
| diff --git a/Source/core/html/ResetInputType.h b/Source/core/html/forms/ResetInputType.h
|
| similarity index 97%
|
| rename from Source/core/html/ResetInputType.h
|
| rename to Source/core/html/forms/ResetInputType.h
|
| index 4b23e260be64af4f884a4507e466ac85d81b3128..b467c82ccc2b44a0402ca6faaf8e653b226fe814 100644
|
| --- a/Source/core/html/ResetInputType.h
|
| +++ b/Source/core/html/forms/ResetInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef ResetInputType_h
|
| #define ResetInputType_h
|
|
|
| -#include "core/html/BaseButtonInputType.h"
|
| +#include "core/html/forms/BaseButtonInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|