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 608414aff573b3a1020caa6735351190ad8aea05..b21048cc482e2a4bb99fd102ecda236d36083850 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 |
@@ -87,7 +87,7 @@ void UserBoardScreenHandler::HideUserPodCustomIcon( |
void UserBoardScreenHandler::SetAuthType( |
const AccountId& account_id, |
- proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type, |
+ proximity_auth::mojom::AuthType auth_type, |
const base::string16& initial_value) { |
CallJS("login.AccountPickerScreen.setAuthType", account_id, |
static_cast<int>(auth_type), base::Value(initial_value)); |