| Index: Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| diff --git a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| similarity index 95%
|
| rename from Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
|
| rename to Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| index 245db8a9ba136ab19acbf17f15d1dfa364ec3e94..001276fd1621d32c11c84a6c472c0475f24b1df3 100644
|
| --- a/Source/core/html/BaseChooserOnlyDateAndTimeInputType.h
|
| +++ b/Source/core/html/forms/BaseChooserOnlyDateAndTimeInputType.h
|
| @@ -27,8 +27,8 @@
|
| #define BaseChooserOnlyDateAndTimeInputType_h
|
|
|
| #if !ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| -#include "core/html/BaseClickableWithKeyInputType.h"
|
| -#include "core/html/BaseDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseClickableWithKeyInputType.h"
|
| +#include "core/html/forms/BaseDateAndTimeInputType.h"
|
| #include "core/platform/DateTimeChooser.h"
|
| #include "core/platform/DateTimeChooserClient.h"
|
|
|
|
|