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