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..2ecfa136d41b52596cae883a71a50ad0e0a8bff6 100644 |
--- a/chrome/browser/ui/ash/lock_screen_client.h |
+++ b/chrome/browser/ui/ash/lock_screen_client.h |
@@ -68,7 +68,8 @@ class LockScreenClient : public ash::mojom::LockScreenClient { |
void SetAuthType(const AccountId& account_id, |
ash::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); |