| Index: chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| index 484fe98e7f6e37054ed63cc7c42fedc68efa2486..56112fccb515b0417813cb3cf09e3143a1aa4286 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| +++ b/chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
| @@ -189,7 +189,7 @@ class SigninScreenHandlerDelegate {
|
| virtual void CheckUserStatus(const AccountId& account_id) = 0;
|
|
|
| // Returns true if user is allowed to log in by domain policy.
|
| - virtual bool IsUserWhitelisted(const std::string& user_id) = 0;
|
| + virtual bool IsUserWhitelisted(const AccountId& account_id) = 0;
|
|
|
| protected:
|
| virtual ~SigninScreenHandlerDelegate() {}
|
|
|