| Index: chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/history_url_provider_unittest.cc b/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| index df395977f68e00fd0ae202b10d65619015496e1d..cae75bf1cc3ba458c14b0df99179058c81487ad6 100644
|
| --- a/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc
|
| @@ -798,7 +798,7 @@ TEST_F(HistoryURLProviderTest, CullSearchResults) {
|
| TemplateURLServiceFactory::GetForProfile(profile_.get());
|
| TemplateURL* template_url = new TemplateURL(profile_.get(), data);
|
| template_url_service->Add(template_url);
|
| - template_url_service->SetDefaultSearchProvider(template_url);
|
| + template_url_service->SetUserSelectedDefaultSearchProvider(template_url);
|
| template_url_service->Load();
|
|
|
| // URLs we will be using, plus the visit counts they will initially get
|
|
|