| Index: Source/core/html/forms/DateTimeLocalInputType.h
|
| diff --git a/Source/core/html/DateTimeLocalInputType.h b/Source/core/html/forms/DateTimeLocalInputType.h
|
| similarity index 96%
|
| rename from Source/core/html/DateTimeLocalInputType.h
|
| rename to Source/core/html/forms/DateTimeLocalInputType.h
|
| index 6e2743a364bd907c45d87d071c6b550926533cb3..699ccdd4605b0bae3b8c99827e703acf2853499c 100644
|
| --- a/Source/core/html/DateTimeLocalInputType.h
|
| +++ b/Source/core/html/forms/DateTimeLocalInputType.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef DateTimeLocalInputType_h
|
| #define DateTimeLocalInputType_h
|
|
|
| -#include "core/html/BaseChooserOnlyDateAndTimeInputType.h"
|
| -#include "core/html/BaseMultipleFieldsDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
|
|
|
| namespace WebCore {
|
|
|
|
|