| Index: chrome/browser/chromeos/login/ui/webui_login_display.cc
|
| diff --git a/chrome/browser/chromeos/login/ui/webui_login_display.cc b/chrome/browser/chromeos/login/ui/webui_login_display.cc
|
| index c9ed7df73798c4a6d943d31d198cfab6bf0986c0..eb643fc2872809136ebeed358818ba043afa1c6b 100644
|
| --- a/chrome/browser/chromeos/login/ui/webui_login_display.cc
|
| +++ b/chrome/browser/chromeos/login/ui/webui_login_display.cc
|
| @@ -104,11 +104,11 @@ const user_manager::UserList& WebUILoginDisplay::GetUsers() const {
|
|
|
| void WebUILoginDisplay::SetAuthType(
|
| const std::string& username,
|
| - ScreenlockBridge::LockHandler::AuthType auth_type) {
|
| + SigninScreenBridge::LockHandler::AuthType auth_type) {
|
| user_selection_screen_->SetAuthType(username, auth_type);
|
| }
|
|
|
| -ScreenlockBridge::LockHandler::AuthType WebUILoginDisplay::GetAuthType(
|
| +SigninScreenBridge::LockHandler::AuthType WebUILoginDisplay::GetAuthType(
|
| const std::string& username) const {
|
| return user_selection_screen_->GetAuthType(username);
|
| }
|
|
|