| Index: Source/core/html/forms/DateInputType.h
|
| diff --git a/Source/core/html/DateInputType.h b/Source/core/html/forms/DateInputType.h
|
| similarity index 95%
|
| rename from Source/core/html/DateInputType.h
|
| rename to Source/core/html/forms/DateInputType.h
|
| index 3317d7ca64a707f92e0c5ff7b3b5b9acc9e88472..157278fb14b2e479f04e4526f0b652a2a9bfd2cb 100644
|
| --- a/Source/core/html/DateInputType.h
|
| +++ b/Source/core/html/forms/DateInputType.h
|
| @@ -31,8 +31,8 @@
|
| #ifndef DateInputType_h
|
| #define DateInputType_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 {
|
|
|
|
|