| Index: chrome/browser/chromeos/login/existing_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
|
| index d9c7a50388c2bd4ee3cdd89031ff510ac95c69d9..36ba07bc7dddaaef8e3f6b1bd6335e5951899ad5 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -92,7 +92,7 @@ class ExistingUserController : public LoginDisplay::Delegate,
|
| void SetDisplayEmail(const std::string& email) override;
|
| void ShowWrongHWIDScreen() override;
|
| void Signout() override;
|
| - bool IsUserWhitelisted(const std::string& user_id) override;
|
| + bool IsUserWhitelisted(const AccountId& account_id) override;
|
|
|
| // content::NotificationObserver implementation.
|
| void Observe(int type,
|
|
|