Index: components/autofill/core/browser/autofill_manager_unittest.cc |
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc |
index d133cf3c5b68d31bedbc4f1aaeb1a9398b59fbf9..b03fd67c96d2d7642798c1b79b4a501a5f7e6b08 100644 |
--- a/components/autofill/core/browser/autofill_manager_unittest.cc |
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc |
@@ -2082,7 +2082,7 @@ TEST_F(AutofillManagerTest, FillFormWithAuthorSpecifiedSections) { |
form.fields.push_back(field); |
test::CreateTestFormField("", "address", "", "text", &field); |
- field.autocomplete_attribute = "section-billing street-address"; |
+ field.autocomplete_attribute = "section-billing address-line1"; |
form.fields.push_back(field); |
test::CreateTestFormField("", "city", "", "text", &field); |