| Index: third_party/WebKit/Source/core/html/forms/MonthInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/MonthInputType.h b/third_party/WebKit/Source/core/html/forms/MonthInputType.h
|
| index 4a6e3f3d45c34bdc9e3186db4456cf0ebffb2a78..2ec6dd51466f8ae255b5a98a4b690aeb57e25cf0 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/MonthInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/MonthInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef MonthInputType_h
|
| #define MonthInputType_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 BaseMonthInputType = BaseMultipleFieldsDateAndTimeInputType;
|
| #else
|
| -using BaseMonthInputType = BaseChooserOnlyDateAndTimeInputType;
|
| +using BaseMonthInputType = BaseDateAndTimeInputType;
|
| #endif
|
|
|
| class MonthInputType final : public BaseMonthInputType {
|
|
|