| Index: third_party/WebKit/Source/core/html/forms/TimeInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/TimeInputType.h b/third_party/WebKit/Source/core/html/forms/TimeInputType.h
|
| index e86ec4d46abe27065bde1ee85273539a5edbe38e..bd2074dd5962adc79088bde1eafbb6472b38591d 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/TimeInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/TimeInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef TimeInputType_h
|
| #define TimeInputType_h
|
|
|
| -#include "core/html/forms/BaseChooserOnlyDateAndTimeInputType.h"
|
| +#include "core/html/forms/BaseDateAndTimeInputType.h"
|
| #include "core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h"
|
|
|
| namespace blink {
|
| @@ -39,7 +39,7 @@ namespace blink {
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| using BaseTimeInputType = BaseMultipleFieldsDateAndTimeInputType;
|
| #else
|
| -using BaseTimeInputType = BaseChooserOnlyDateAndTimeInputType;
|
| +using BaseTimeInputType = BaseDateAndTimeInputType;
|
| #endif
|
|
|
| class TimeInputType final : public BaseTimeInputType {
|
|
|