Index: chrome/browser/ui/views/frame/test_with_browser_view.cc |
diff --git a/chrome/browser/ui/views/frame/test_with_browser_view.cc b/chrome/browser/ui/views/frame/test_with_browser_view.cc |
index a4b4d9395e078709b7edc25dd64dd773e02a8395..1733065dec74afbf4f435aa6b76edadbfc605cbf 100644 |
--- a/chrome/browser/ui/views/frame/test_with_browser_view.cc |
+++ b/chrome/browser/ui/views/frame/test_with_browser_view.cc |
@@ -28,7 +28,8 @@ namespace { |
// Caller owns the returned service. |
KeyedService* CreateTemplateURLService(content::BrowserContext* profile) { |
- return new TemplateURLService(static_cast<Profile*>(profile), NULL); |
+ return new TemplateURLService(static_cast<Profile*>(profile), NULL, |
+ base::Closure()); |
} |
KeyedService* CreateAutocompleteClassifier(content::BrowserContext* profile) { |