| Index: Source/core/html/forms/CheckboxInputType.h
|
| diff --git a/Source/core/html/CheckboxInputType.h b/Source/core/html/forms/CheckboxInputType.h
|
| similarity index 97%
|
| rename from Source/core/html/CheckboxInputType.h
|
| rename to Source/core/html/forms/CheckboxInputType.h
|
| index 63cbf964a549ab11e2c6f123db18cfb5ed60c10c..3cef9b921cc404394978b439d1b0b93cee3f722e 100644
|
| --- a/Source/core/html/CheckboxInputType.h
|
| +++ b/Source/core/html/forms/CheckboxInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef CheckboxInputType_h
|
| #define CheckboxInputType_h
|
|
|
| -#include "core/html/BaseCheckableInputType.h"
|
| +#include "core/html/forms/BaseCheckableInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|