Index: components/autofill/core/browser/autofill_external_delegate_unittest.cc |
diff --git a/components/autofill/core/browser/autofill_external_delegate_unittest.cc b/components/autofill/core/browser/autofill_external_delegate_unittest.cc |
index ee4db91d7f439d1d854d976a72f191fe2f66058a..9897db473d14a5e2e55537259e4b24773a9953fa 100644 |
--- a/components/autofill/core/browser/autofill_external_delegate_unittest.cc |
+++ b/components/autofill/core/browser/autofill_external_delegate_unittest.cc |
@@ -329,7 +329,6 @@ TEST_F(AutofillExternalDelegateUnitTest, DuplicateAutofillDatalistValues) { |
autofill_item.push_back(Suggestion()); |
autofill_item[0].value = ASCIIToUTF16("Rick"); |
autofill_item[0].frontend_id = kAutofillProfileId; |
- ; |
external_delegate_->OnSuggestionsReturned(kQueryId, autofill_item); |
} |