| Index: chrome/browser/chromeos/login/ui/views/user_board_view.h
|
| diff --git a/chrome/browser/chromeos/login/ui/views/user_board_view.h b/chrome/browser/chromeos/login/ui/views/user_board_view.h
|
| index 218319770326c29131e872df1dc9e581096045b5..27ed303da9489f7512c73a7d098a5e6f472959dc 100644
|
| --- a/chrome/browser/chromeos/login/ui/views/user_board_view.h
|
| +++ b/chrome/browser/chromeos/login/ui/views/user_board_view.h
|
| @@ -48,10 +48,9 @@ class UserBoardView {
|
| const proximity_auth::ScreenlockBridge::UserPodCustomIconOptions&
|
| icon) = 0;
|
| virtual void HideUserPodCustomIcon(const AccountId& account_id) = 0;
|
| - virtual void SetAuthType(
|
| - const AccountId& account_id,
|
| - proximity_auth::ScreenlockBridge::LockHandler::AuthType auth_type,
|
| - const base::string16& initial_value) = 0;
|
| + virtual void SetAuthType(const AccountId& account_id,
|
| + proximity_auth::mojom::AuthType auth_type,
|
| + const base::string16& initial_value) = 0;
|
| };
|
|
|
| } // namespace chromeos
|
|
|