| Index: chromeos/login/auth/cryptohome_authenticator.cc
|
| diff --git a/chromeos/login/auth/cryptohome_authenticator.cc b/chromeos/login/auth/cryptohome_authenticator.cc
|
| index 6b29183a88e9718f5f3b3a71d5ccefffd6508f5c..b7b5b42aee1f322b19d0612c66ba9c3153257dfc 100644
|
| --- a/chromeos/login/auth/cryptohome_authenticator.cc
|
| +++ b/chromeos/login/auth/cryptohome_authenticator.cc
|
| @@ -239,7 +239,7 @@ void EnsureCryptohomeMigratedToGaiaId(
|
| const std::string& cryptohome_id_from =
|
| attempt->user_context.GetAccountId().GetUserEmail(); // Migrated
|
| const std::string cryptohome_id_to =
|
| - attempt->user_context.GetAccountId().GetGaiaIdKey();
|
| + attempt->user_context.GetAccountId().GetAccountIdKey();
|
|
|
| cryptohome::HomedirMethods::GetInstance()->RenameCryptohome(
|
| cryptohome::Identification::FromString(cryptohome_id_from),
|
|
|