| Index: chrome/browser/chromeos/login/user_selection_screen_proxy.cc
|
| diff --git a/chrome/browser/chromeos/login/user_selection_screen_proxy.cc b/chrome/browser/chromeos/login/user_selection_screen_proxy.cc
|
| index 216cf824b60cfb06d5b8a89316e7c266698184fb..8fa8baf13ed3b9bd055828daeb6a2876a242c509 100644
|
| --- a/chrome/browser/chromeos/login/user_selection_screen_proxy.cc
|
| +++ b/chrome/browser/chromeos/login/user_selection_screen_proxy.cc
|
| @@ -62,10 +62,9 @@ void UserSelectionScreenProxy::HideUserPodCustomIcon(
|
|
|
| void UserSelectionScreenProxy::SetAuthType(
|
| const AccountId& account_id,
|
| - proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
|
| + proximity_auth::mojom::AuthType auth_type,
|
| const base::string16& initial_value) {
|
| - LockScreenClient::Get()->SetAuthType(
|
| - account_id, static_cast<ash::mojom::AuthType>(auth_type), initial_value);
|
| + LockScreenClient::Get()->SetAuthType(account_id, auth_type, initial_value);
|
| }
|
|
|
| base::WeakPtr<chromeos::UserBoardView> UserSelectionScreenProxy::GetWeakPtr() {
|
|
|