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 d33c5def8f6f5bb28dae724533da8df1346c96e2..0ae4ad1c60fc9aba215c5d9c750535834dd64033 100644 |
--- a/chrome/browser/ui/ash/lock_screen_client.h |
+++ b/chrome/browser/ui/ash/lock_screen_client.h |
@@ -53,7 +53,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 SetDelegate(Delegate* delegate); |