| Index: Source/core/html/forms/ButtonInputType.h
|
| diff --git a/Source/core/html/ButtonInputType.h b/Source/core/html/forms/ButtonInputType.h
|
| similarity index 97%
|
| rename from Source/core/html/ButtonInputType.h
|
| rename to Source/core/html/forms/ButtonInputType.h
|
| index a50f6cfaa9e3bd12b15595e4de8df3779a158e13..8511b88b24aa7f964f9f2990da3052a24e195f92 100644
|
| --- a/Source/core/html/ButtonInputType.h
|
| +++ b/Source/core/html/forms/ButtonInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef ButtonInputType_h
|
| #define ButtonInputType_h
|
|
|
| -#include "core/html/BaseButtonInputType.h"
|
| +#include "core/html/forms/BaseButtonInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|