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. |