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