| Index: chrome/browser/autofill/test_autofill_external_delegate.cc
|
| diff --git a/chrome/browser/autofill/test_autofill_external_delegate.cc b/chrome/browser/autofill/test_autofill_external_delegate.cc
|
| index c461bb4f9c060e18645a8fb2c491b370b6b9abe3..6e824706436be841f370501509feed8660a76f73 100644
|
| --- a/chrome/browser/autofill/test_autofill_external_delegate.cc
|
| +++ b/chrome/browser/autofill/test_autofill_external_delegate.cc
|
| @@ -14,8 +14,7 @@ void TestAutofillExternalDelegate::ApplyAutofillSuggestions(
|
| const std::vector<string16>& autofill_values,
|
| const std::vector<string16>& autofill_labels,
|
| const std::vector<string16>& autofill_icons,
|
| - const std::vector<int>& autofill_unique_ids,
|
| - int separator_index) {}
|
| + const std::vector<int>& autofill_unique_ids) {}
|
|
|
| void TestAutofillExternalDelegate::OnQueryPlatformSpecific(
|
| int query_id,
|
|
|