| 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 6cd211ab2610a1e6762f354cac40d22b6d872329..17c6b066e2059f4a835e07a7ea33aab79a8bca70 100644
|
| --- a/chrome/browser/autocomplete_history_manager_unittest.cc
|
| +++ b/chrome/browser/autocomplete_history_manager_unittest.cc
|
| @@ -148,8 +148,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,
|
|
|