| Index: components/autofill/core/browser/autofill_field_unittest.cc
|
| diff --git a/components/autofill/core/browser/autofill_field_unittest.cc b/components/autofill/core/browser/autofill_field_unittest.cc
|
| index 91bae45846b40b2d403ca8fec9a6fb59875c7add..136e6bd922bf98337a27db9f94d8bac31f834759 100644
|
| --- a/components/autofill/core/browser/autofill_field_unittest.cc
|
| +++ b/components/autofill/core/browser/autofill_field_unittest.cc
|
| @@ -367,7 +367,7 @@ TEST_F(AutofillFieldTest, FillExpirationYearInput) {
|
|
|
| for (TestCase test_case : test_cases) {
|
| AutofillField field;
|
| - field.form_control_type = "input";
|
| + field.form_control_type = "text";
|
| field.SetHtmlType(test_case.field_type, HtmlFieldMode());
|
| field.max_length = test_case.field_max_length;
|
|
|
|
|