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

Unified Diff: chrome/browser/ui/webui/signin/login_ui_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/ui/webui/signin/login_ui_service.h
diff --git a/chrome/browser/ui/webui/signin/login_ui_service.h b/chrome/browser/ui/webui/signin/login_ui_service.h
index b30233ddb51270ceaadd591e0c9c1e36cdcd0274..479eba020df1b9c1ad09010bd30f349af268bc43 100644
--- a/chrome/browser/ui/webui/signin/login_ui_service.h
+++ b/chrome/browser/ui/webui/signin/login_ui_service.h
@@ -14,7 +14,7 @@ class Profile;
// The LoginUIService helps track per-profile information for the login UI -
// for example, whether there is login UI currently on-screen.
-class LoginUIService : public ProfileKeyedService {
+class LoginUIService : public BrowserContextKeyedService {
public:
// Various UI components implement this API to allow LoginUIService to
// manipulate their associated login UI.

Powered by Google App Engine
This is Rietveld 408576698