| Index: Source/core/html/forms/BaseCheckableInputType.cpp
|
| diff --git a/Source/core/html/BaseCheckableInputType.cpp b/Source/core/html/forms/BaseCheckableInputType.cpp
|
| similarity index 97%
|
| rename from Source/core/html/BaseCheckableInputType.cpp
|
| rename to Source/core/html/forms/BaseCheckableInputType.cpp
|
| index 6867bd20f1c1008e85a0187ae5935dca3135e30b..1e04eba843ca762fef437795817ca6f648fda641 100644
|
| --- a/Source/core/html/BaseCheckableInputType.cpp
|
| +++ b/Source/core/html/forms/BaseCheckableInputType.cpp
|
| @@ -30,13 +30,13 @@
|
| */
|
|
|
| #include "config.h"
|
| -#include "core/html/BaseCheckableInputType.h"
|
| +#include "core/html/forms/BaseCheckableInputType.h"
|
|
|
| #include "HTMLNames.h"
|
| #include "core/dom/KeyboardEvent.h"
|
| -#include "core/html/FormController.h"
|
| #include "core/html/FormDataList.h"
|
| #include "core/html/HTMLInputElement.h"
|
| +#include "core/html/forms/FormController.h"
|
|
|
| namespace WebCore {
|
|
|
|
|