| 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 418dcd750296dda64c60ee3cd1e0d2893c900b92..14bb024ec49678ffbda1dfa670e56d7df3acb379 100644
|
| --- a/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| +++ b/chrome/browser/autocomplete/history_quick_provider_unittest.cc
|
| @@ -130,7 +130,8 @@ class HistoryQuickProviderTest : public testing::Test,
|
|
|
| static KeyedService* CreateTemplateURLService(
|
| content::BrowserContext* profile) {
|
| - return new TemplateURLService(static_cast<Profile*>(profile), NULL);
|
| + return new TemplateURLService(static_cast<Profile*>(profile), NULL,
|
| + base::Closure());
|
| }
|
|
|
| virtual void SetUp();
|
|
|