Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6115)

Unified Diff: chrome/browser/google_apis/drive_notification_manager.h

Issue 15517005: Remove references to Profile from browser_context_keyed_service. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase & style Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698