| 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 13bd98b6616b29ef9f0c1a636d8688432d7d31ec..d0621a6df812216f4dbdeb59f5aa145931cdbac0 100644
|
| --- a/chrome/browser/search_engines/template_url_service_factory.h
|
| +++ b/chrome/browser/search_engines/template_url_service_factory.h
|
| @@ -30,12 +30,12 @@ class TemplateURLServiceFactory : public ProfileKeyedServiceFactory {
|
|
|
| // ProfileKeyedServiceFactory:
|
| virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| - Profile* profile) const OVERRIDE;
|
| + content::BrowserContext* profile) const OVERRIDE;
|
| virtual void RegisterUserPrefs(PrefRegistrySyncable* registry) OVERRIDE;
|
| virtual bool ServiceRedirectedInIncognito() const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
| - virtual void ProfileShutdown(Profile* profile) OVERRIDE;
|
| - virtual void ProfileDestroyed(Profile* profile) OVERRIDE;
|
| + virtual void ProfileShutdown(content::BrowserContext* profile) OVERRIDE;
|
| + virtual void ProfileDestroyed(content::BrowserContext* profile) OVERRIDE;
|
| };
|
|
|
| #endif // CHROME_BROWSER_SEARCH_ENGINES_TEMPLATE_URL_SERVICE_FACTORY_H_
|
|
|