| Index: chrome/browser/autocomplete_history_manager_unittest.cc
|
| diff --git a/chrome/browser/autocomplete_history_manager_unittest.cc b/chrome/browser/autocomplete_history_manager_unittest.cc
|
| index 476b297b33f87fa84e06f37e538cbebe09ec5c7b..0e68d692a2cf6d06e2844d3d37bf13e28633716c 100644
|
| --- a/chrome/browser/autocomplete_history_manager_unittest.cc
|
| +++ b/chrome/browser/autocomplete_history_manager_unittest.cc
|
| @@ -151,8 +151,7 @@ class MockAutofillExternalDelegate : public TestAutofillExternalDelegate {
|
| 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) OVERRIDE {};
|
| + const std::vector<int>& autofill_unique_ids) OVERRIDE {};
|
|
|
| MOCK_METHOD5(OnSuggestionsReturned,
|
| void(int query_id,
|
|
|