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 9438532822f12cf85096818eaf59bb8c70ae790e..10b1d96ce6a146dbce193be0fdc2343e90afba12 100644 |
--- a/components/autofill/core/browser/autofill_field_unittest.cc |
+++ b/components/autofill/core/browser/autofill_field_unittest.cc |
@@ -274,7 +274,7 @@ TEST(AutofillFieldTest, FillPhoneNumber) { |
EXPECT_EQ(ASCIIToUTF16("555"), field.value); |
// Now reset the type, and set a max-length instead. |
- field.SetHtmlType(HTML_TYPE_UNKNOWN, HtmlFieldMode()); |
+ field.SetHtmlType(HTML_TYPE_UNSPECIFIED, HtmlFieldMode()); |
field.set_heuristic_type(PHONE_HOME_NUMBER); |
field.max_length = 4; |