| Index: chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
|
| diff --git a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
|
| index 1596d5a92f7b8a53c4999891aeabceea5bc91f95..16e83af74d5bad75935c556c493ac6560d05bf75 100644
|
| --- a/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
|
| +++ b/chrome/browser/ui/webui/chromeos/login/user_board_screen_handler.cc
|
| @@ -91,7 +91,7 @@ void UserBoardScreenHandler::SetAuthType(
|
| proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
|
| const base::string16& initial_value) {
|
| CallJS("login.AccountPickerScreen.setAuthType", account_id,
|
| - static_cast<int>(auth_type), base::StringValue(initial_value));
|
| + static_cast<int>(auth_type), base::Value(initial_value));
|
| }
|
|
|
| void UserBoardScreenHandler::Bind(UserSelectionScreen* screen) {
|
|
|