Index: chrome/browser/ui/ash/lock_screen_client.h |
diff --git a/chrome/browser/ui/ash/lock_screen_client.h b/chrome/browser/ui/ash/lock_screen_client.h |
index eb7027436be915e7e29bc69ce64ef8310123c6b1..d5f129d366354168727009f604578909b107bda7 100644 |
--- a/chrome/browser/ui/ash/lock_screen_client.h |
+++ b/chrome/browser/ui/ash/lock_screen_client.h |
@@ -66,9 +66,10 @@ class LockScreenClient : public ash::mojom::LockScreenClient { |
ash::mojom::UserPodCustomIconOptionsPtr icon); |
void HideUserPodCustomIcon(const AccountId& account_id); |
void SetAuthType(const AccountId& account_id, |
- ash::mojom::AuthType auth_type, |
+ proximity_auth::mojom::AuthType auth_type, |
const base::string16& initial_value); |
- void LoadUsers(std::unique_ptr<base::ListValue> users_list, bool show_guest); |
+ void LoadUsers(std::vector<ash::mojom::LoginUserInfoPtr> users_list, |
+ bool show_guest); |
void SetPinEnabledForUser(const AccountId& account_id, bool is_enabled); |
void SetDelegate(Delegate* delegate); |