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

Unified Diff: chrome/browser/managed_mode/managed_user_registration_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/managed_mode/managed_user_registration_service.h
diff --git a/chrome/browser/managed_mode/managed_user_registration_service.h b/chrome/browser/managed_mode/managed_user_registration_service.h
index 81f041f78d6fdf51b034e559ddff8072ed062189..e28d84f9abfe351a249be5c030775364c549cc16 100644
--- a/chrome/browser/managed_mode/managed_user_registration_service.h
+++ b/chrome/browser/managed_mode/managed_user_registration_service.h
@@ -18,7 +18,7 @@ class GoogleServiceAuthError;
// Holds the state necessary for registering a new managed user with the
// management server and associating it with its custodian. It is owned by the
// custodian's profile.
-class ManagedUserRegistrationService : public ProfileKeyedService {
+class ManagedUserRegistrationService : public BrowserContextKeyedService {
public:
// Callback for Register() below. If registration is successful, |token| will
// contain an authentication token for the newly registered managed user,

Powered by Google App Engine
This is Rietveld 408576698