| Index: Source/core/html/forms/ButtonInputType.cpp
|
| diff --git a/Source/core/html/ButtonInputType.cpp b/Source/core/html/forms/ButtonInputType.cpp
|
| similarity index 95%
|
| rename from Source/core/html/ButtonInputType.cpp
|
| rename to Source/core/html/forms/ButtonInputType.cpp
|
| index aae493a9c7271d4c594cb91f15ee134041963176..6b6d0c7ab1c3313899e46adf03e613f086741bd4 100644
|
| --- a/Source/core/html/ButtonInputType.cpp
|
| +++ b/Source/core/html/forms/ButtonInputType.cpp
|
| @@ -29,9 +29,9 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/ButtonInputType.h"
|
| +#include "core/html/forms/ButtonInputType.h"
|
|
|
| -#include "core/html/InputTypeNames.h"
|
| +#include "core/html/forms/InputTypeNames.h"
|
| #include "wtf/PassOwnPtr.h"
|
|
|
| namespace WebCore {
|
|
|