| Index: chrome/browser/search_engines/template_url_fetcher_factory.h
|
| diff --git a/chrome/browser/search_engines/template_url_fetcher_factory.h b/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| index 7d19505cff64b2921b11d8b53bbf9ac4faac484a..7c8174cddcfcdbc5cdcbc0b66fc64b4a1020ea57 100644
|
| --- a/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| +++ b/chrome/browser/search_engines/template_url_fetcher_factory.h
|
| @@ -13,7 +13,7 @@ class TemplateURLFetcher;
|
|
|
| // Singleton that owns all TemplateURLFetcher and associates them with
|
| // Profiles.
|
| -class TemplateURLFetcherFactory : public ProfileKeyedServiceFactory {
|
| +class TemplateURLFetcherFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static TemplateURLFetcher* GetForProfile(Profile* profile);
|
|
|
| @@ -30,8 +30,8 @@ class TemplateURLFetcherFactory : public ProfileKeyedServiceFactory {
|
| TemplateURLFetcherFactory();
|
| virtual ~TemplateURLFetcherFactory();
|
|
|
| - // ProfileKeyedServiceFactory:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + // BrowserContextKeyedServiceFactory:
|
| + virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| virtual content::BrowserContext* GetBrowserContextToUse(
|
| content::BrowserContext* context) const OVERRIDE;
|
|
|