| Index: chrome/browser/google_apis/drive_notification_manager_factory.h
|
| diff --git a/chrome/browser/google_apis/drive_notification_manager_factory.h b/chrome/browser/google_apis/drive_notification_manager_factory.h
|
| index 76f2c72f59837035c93e138e41781805ef3592d1..0a25970454a046540876bde94c42c45016968aeb 100644
|
| --- a/chrome/browser/google_apis/drive_notification_manager_factory.h
|
| +++ b/chrome/browser/google_apis/drive_notification_manager_factory.h
|
| @@ -16,7 +16,7 @@ class DriveNotificationManager;
|
|
|
| // Singleton that owns all DriveNotificationManager and associates them with
|
| // profiles.
|
| -class DriveNotificationManagerFactory : public ProfileKeyedServiceFactory {
|
| +class DriveNotificationManagerFactory : public BrowserContextKeyedServiceFactory {
|
| public:
|
| static DriveNotificationManager* GetForProfile(Profile* profile);
|
|
|
| @@ -28,8 +28,8 @@ class DriveNotificationManagerFactory : public ProfileKeyedServiceFactory {
|
| DriveNotificationManagerFactory();
|
| virtual ~DriveNotificationManagerFactory();
|
|
|
| - // ProfileKeyedServiceFactory implementation.
|
| - virtual ProfileKeyedService* BuildServiceInstanceFor(
|
| + // BrowserContextKeyedServiceFactory implementation.
|
| + virtual BrowserContextKeyedService* BuildServiceInstanceFor(
|
| content::BrowserContext* profile) const OVERRIDE;
|
| };
|
|
|
|
|