| Index: chromeos/cryptohome/cryptohome_parameters.cc
|
| diff --git a/chromeos/cryptohome/cryptohome_parameters.cc b/chromeos/cryptohome/cryptohome_parameters.cc
|
| index 9ce9c917de6459108320a22d95615be724e16ed0..f33c8b0491747d19fd22d5a3655b55287c4628d1 100644
|
| --- a/chromeos/cryptohome/cryptohome_parameters.cc
|
| +++ b/chromeos/cryptohome/cryptohome_parameters.cc
|
| @@ -67,8 +67,8 @@ AccountId Identification::GetAccountId() const {
|
| }
|
| }
|
|
|
| - return user_manager::known_user::GetAccountId(id_,
|
| - std::string() /* gaia_id */);
|
| + return user_manager::known_user::GetAccountId(
|
| + id_, std::string() /* gaia_id */, AccountType::UNKNOWN);
|
| }
|
|
|
| KeyDefinition::AuthorizationData::Secret::Secret() : encrypt(false),
|
|
|