| Index: chrome/browser/search_engines/template_url_service_factory.h
|
| diff --git a/chrome/browser/search_engines/template_url_service_factory.h b/chrome/browser/search_engines/template_url_service_factory.h
|
| index db462630cf813299089a8efd07b85cc9646d427e..9a4478293467c5cac64222414d6a2806d6d892c3 100644
|
| --- a/chrome/browser/search_engines/template_url_service_factory.h
|
| +++ b/chrome/browser/search_engines/template_url_service_factory.h
|
| @@ -31,7 +31,7 @@ class TemplateURLServiceFactory : public BrowserContextKeyedServiceFactory {
|
| // BrowserContextKeyedServiceFactory:
|
| virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| - virtual void RegisterUserPrefs(
|
| + virtual void RegisterProfilePrefs(
|
| user_prefs::PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|