| Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| ===================================================================
|
| --- chrome/browser/autocomplete/history_quick_provider_unittest.cc (revision 126922)
|
| +++ chrome/browser/autocomplete/history_quick_provider_unittest.cc (working copy)
|
| @@ -151,7 +151,8 @@
|
| DCHECK(index);
|
| history::URLIndexPrivateData* private_data = index->private_data();
|
| DCHECK(private_data);
|
| - return private_data->UpdateURL(row);
|
| + return private_data->UpdateURL(row, index->languages_,
|
| + index->scheme_whitelist_);
|
| }
|
|
|
| void HistoryQuickProviderTest::OnProviderUpdate(bool updated_matches) {
|
|
|