| Index: third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| index 9651e748a77cb670c9973be4e19871901503fa1a..b57a1674aee0c9a27f0f59e0cbf8ff0a563b8db9 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/DateTimeLocalInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef DateTimeLocalInputType_h
|
| #define DateTimeLocalInputType_h
|
|
|
| -#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseDateAndTimeInputType.h"
|
| #include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
|
|
|
| namespace blink {
|
| @@ -41,7 +41,7 @@ class ExceptionState;
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| using BaseDateTimeLocalInputType = BaseMultipleFieldsDateAndTimeInputType;
|
| #else
|
| -using BaseDateTimeLocalInputType = BaseChooserOnlyDateAndTimeInputType;
|
| +using BaseDateTimeLocalInputType = BaseDateAndTimeInputType;
|
| #endif
|
|
|
| class DateTimeLocalInputType final : public BaseDateTimeLocalInputType {
|
|
|