| Index: chrome/browser/favicon/favicon_service_factory.h
|
| diff --git a/chrome/browser/favicon/favicon_service_factory.h b/chrome/browser/favicon/favicon_service_factory.h
|
| index f2d63c1a8d3c5f72274974d274bc8039d4c41d2d..42f76b431e35dd28f4d8ea5ed379c79ca59405ce 100644
|
| --- a/chrome/browser/favicon/favicon_service_factory.h
|
| +++ b/chrome/browser/favicon/favicon_service_factory.h
|
| @@ -16,7 +16,7 @@ class FaviconService;
|
|
|
| // Singleton that owns all FaviconService and associates them with
|
| // Profiles.
|
| -class FaviconServiceFactory : public ProfileKeyedServiceFactory {
|
| +class FaviconServiceFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| // |access| defines what the caller plans to do with the service. See
|
| // the ServiceAccessType definition in profile.h.
|
| @@ -31,8 +31,8 @@ class FaviconServiceFactory : public ProfileKeyedServiceFactory {
|
| FaviconServiceFactory();
|
| virtual ~FaviconServiceFactory();
|
|
|
| - // ProfileKeyedServiceFactory:
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + // BrowserContextKeyedServiceFactory:
|
| + virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| virtual bool ServiceIsNULLWhileTesting() const OVERRIDE;
|
|
|
|
|