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

Unified Diff: chrome/browser/invalidation/p2p_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/p2p_invalidation_service.h
diff --git a/chrome/browser/invalidation/p2p_invalidation_service.h b/chrome/browser/invalidation/p2p_invalidation_service.h
index 8ec1fa225b9577f1d2b1516482e6d60dd3d23b68..b6246883ef2980ae7e838bd6b0ad36e507347465 100644
--- a/chrome/browser/invalidation/p2p_invalidation_service.h
+++ b/chrome/browser/invalidation/p2p_invalidation_service.h
@@ -23,13 +23,13 @@ namespace invalidation {
// only in tests, where we're unable to connect to a real invalidations server.
class P2PInvalidationService
: public base::NonThreadSafe,
- public ProfileKeyedService,
+ public BrowserContextKeyedService,
public InvalidationFrontend {
public:
explicit P2PInvalidationService(Profile* profile);
virtual ~P2PInvalidationService();
- // Overrides ProfileKeyedService method.
+ // Overrides BrowserContextKeyedService method.
virtual void Shutdown() OVERRIDE;
// InvalidationFrontend implementation.

Powered by Google App Engine
This is Rietveld 408576698