diff options
Diffstat (limited to 'chrome/browser/search_engines/template_url_service_test_util.cc')
-rw-r--r-- | chrome/browser/search_engines/template_url_service_test_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/search_engines/template_url_service_test_util.cc b/chrome/browser/search_engines/template_url_service_test_util.cc index 3f61682..b36832a 100644 --- a/chrome/browser/search_engines/template_url_service_test_util.cc +++ b/chrome/browser/search_engines/template_url_service_test_util.cc @@ -27,7 +27,7 @@ // SetKeywordSearchTermsForURL. class TestingTemplateURLService : public TemplateURLService { public: - static BrowserContextKeyedService* Build(content::BrowserContext* profile) { + static KeyedService* Build(content::BrowserContext* profile) { return new TestingTemplateURLService(static_cast<Profile*>(profile)); } |