Index: chrome/browser/ui/webui/ntp/ntp_login_handler.h |
diff --git a/chrome/browser/ui/webui/ntp/ntp_login_handler.h b/chrome/browser/ui/webui/ntp/ntp_login_handler.h |
index ff0179fa70a6cd0bd946a172ef3145e26094e222..d8579f670d40e77ef38d1c5c180657386269f402 100644 |
--- a/chrome/browser/ui/webui/ntp/ntp_login_handler.h |
+++ b/chrome/browser/ui/webui/ntp/ntp_login_handler.h |
@@ -24,7 +24,7 @@ class NTPLoginHandler : public content::WebUIMessageHandler, |
void RegisterMessages() override; |
// ProfileInfoCacheObserver implementation: |
- void OnProfileUserNameChanged(const base::FilePath& profile_path) override; |
+ void OnProfileAuthInfoChanged(const base::FilePath& profile_path) override; |
// Returns true if the login handler should be shown in a new tab page |
// for the given |profile|. |profile| must not be NULL. |