| Index: third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/WeekInputType.h b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| index ca401ec30b4f56aa2f4e993a2ca257d6d7b1fedc..09a2ebb12f630e75d2eef844fbf16b12f575c67f 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/WeekInputType.h
|
| @@ -31,7 +31,7 @@
|
| #ifndef WeekInputType_h
|
| #define WeekInputType_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 BaseWeekInputType = BaseMultipleFieldsDateAndTimeInputType;
|
| #else
|
| -using BaseWeekInputType = BaseChooserOnlyDateAndTimeInputType;
|
| +using BaseWeekInputType = BaseDateAndTimeInputType;
|
| #endif
|
|
|
| class WeekInputType final : public BaseWeekInputType {
|
|
|