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

Unified Diff: chrome/browser/invalidation/ticl_invalidation_service.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/invalidation/ticl_invalidation_service.h
diff --git a/chrome/browser/invalidation/ticl_invalidation_service.h b/chrome/browser/invalidation/ticl_invalidation_service.h
index 137198aa0637341db6e55e0b9d82300b27724b7b..dde660637a1de43de899a973a643ef3f0a60fac8 100644
--- a/chrome/browser/invalidation/ticl_invalidation_service.h
+++ b/chrome/browser/invalidation/ticl_invalidation_service.h
@@ -30,7 +30,7 @@ namespace invalidation {
// It provides invalidations for desktop platforms (Win, Mac, Linux).
class TiclInvalidationService
: public base::NonThreadSafe,
- public ProfileKeyedService,
+ public BrowserContextKeyedService,
public InvalidationFrontend,
public content::NotificationObserver,
public syncer::InvalidationHandler {
@@ -68,7 +68,7 @@ class TiclInvalidationService
virtual void OnIncomingInvalidation(
const syncer::ObjectIdInvalidationMap& invalidation_map) OVERRIDE;
- // Overrides ProfileKeyedService method.
+ // Overrides BrowserContextKeyedService method.
virtual void Shutdown() OVERRIDE;
protected:

Powered by Google App Engine
This is Rietveld 408576698