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 8cc98c608ff77af1014f202560ff050ab5737ab8..9403e9795a112290d713f3b3238f2c1b1512c6e3 100644 |
--- a/chrome/browser/autocomplete/history_url_provider_unittest.cc |
+++ b/chrome/browser/autocomplete/history_url_provider_unittest.cc |
@@ -170,7 +170,8 @@ class HistoryURLProviderTest : public testing::Test, |
protected: |
static KeyedService* CreateTemplateURLService( |
content::BrowserContext* profile) { |
- return new TemplateURLService(static_cast<Profile*>(profile), NULL); |
+ return new TemplateURLService(static_cast<Profile*>(profile), NULL, |
+ base::Closure()); |
} |
// testing::Test |