Index: chrome/browser/google_apis/drive_notification_manager.h |
diff --git a/chrome/browser/google_apis/drive_notification_manager.h b/chrome/browser/google_apis/drive_notification_manager.h |
index da63aeb1e61d1cc154a613afa15e1e9af73a765c..b2b9109a533fbaa72c4c5412cd5687855d6278a7 100644 |
--- a/chrome/browser/google_apis/drive_notification_manager.h |
+++ b/chrome/browser/google_apis/drive_notification_manager.h |
@@ -22,13 +22,13 @@ namespace google_apis { |
// 1. XMPP invalidation is received from Google Drive. |
// 2. Polling timer counts down. |
class DriveNotificationManager |
- : public ProfileKeyedService, |
+ : public BrowserContextKeyedService, |
public syncer::InvalidationHandler { |
public: |
explicit DriveNotificationManager(Profile* profile); |
virtual ~DriveNotificationManager(); |
- // ProfileKeyedService override. |
+ // BrowserContextKeyedService override. |
virtual void Shutdown() OVERRIDE; |
// syncer::InvalidationHandler implementation. |