| Index: chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| diff --git a/chrome/browser/profile_resetter/profile_resetter_unittest.cc b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| index 155b48685a8cf82f2d23ff2bbee40e241948fe9e..e88fbb275eacd4cafb558c2928848768b7c23620 100644
|
| --- a/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| +++ b/chrome/browser/profile_resetter/profile_resetter_unittest.cc
|
| @@ -145,7 +145,8 @@ void ProfileResetterTest::SetUp() {
|
| // static
|
| KeyedService* ProfileResetterTest::CreateTemplateURLService(
|
| content::BrowserContext* context) {
|
| - return new TemplateURLService(static_cast<Profile*>(context), NULL);
|
| + return new TemplateURLService(static_cast<Profile*>(context), NULL,
|
| + base::Closure());
|
| }
|
|
|
|
|
|
|