Index: chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
diff --git a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
index 2fe308f4fb690606c9adca79dc6c97ca57349803..2261f9c9e497bbd06a4052d07c6b733c14de105f 100644 |
--- a/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
+++ b/chrome/browser/notifications/sync_notifier/chrome_notifier_service_factory.h |
@@ -13,7 +13,7 @@ namespace notifier { |
class ChromeNotifierService; |
-class ChromeNotifierServiceFactory : public ProfileKeyedServiceFactory { |
+class ChromeNotifierServiceFactory : public BrowserContextKeyedServiceFactory { |
public: |
static ChromeNotifierService* GetForProfile( |
Profile* profile, Profile::ServiceAccessType sat); |
@@ -26,8 +26,8 @@ class ChromeNotifierServiceFactory : public ProfileKeyedServiceFactory { |
ChromeNotifierServiceFactory(); |
virtual ~ChromeNotifierServiceFactory(); |
- // ProfileKeyedServiceFactory: |
- virtual ProfileKeyedService* BuildServiceInstanceFor( |
+ // BrowserContextKeyedServiceFactory: |
+ virtual BrowserContextKeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const OVERRIDE; |
}; |