| Index: chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| diff --git a/chrome/browser/autocomplete/history_quick_provider_unittest.cc b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| index b0d2512bbec4ceeab54973202a060e17497dc7e1..785f76e579220ddca2e86ab54c67ee491ef8adef 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| @@ -131,7 +131,9 @@ class HistoryQuickProviderTest : public testing::Test {
|
| return new TemplateURLService(
|
| profile->GetPrefs(), make_scoped_ptr(new SearchTermsData), NULL,
|
| scoped_ptr<TemplateURLServiceClient>(
|
| - new ChromeTemplateURLServiceClient(profile)),
|
| + new ChromeTemplateURLServiceClient(
|
| + HistoryServiceFactory::GetForProfile(
|
| + profile, Profile::EXPLICIT_ACCESS))),
|
| NULL, NULL, base::Closure());
|
| }
|
|
|
|
|