Index: chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
diff --git a/chrome/browser/signin/easy_unlock_service_signin_chromeos.h b/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
index ad997cda520dd1b61756ac6262a651869efbdb9b..6fdd8a134b128b9b894bbbc863b140fbe55a3fe7 100644 |
--- a/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
+++ b/chrome/browser/signin/easy_unlock_service_signin_chromeos.h |
@@ -131,7 +131,7 @@ class EasyUnlockServiceSignin |
AccountId account_id_; |
// Maps account ids to their fetched cryptohome key data. |
- std::map<AccountId, UserData*> user_data_; |
+ std::map<AccountId, std::unique_ptr<UserData>> user_data_; |
// Whether failed attempts to load user data should be retried. |
// This is to handle case where cryptohome daemon is not started in time the |