| Index: chromeos/cryptohome/cryptohome_parameters.cc
|
| diff --git a/chromeos/cryptohome/cryptohome_parameters.cc b/chromeos/cryptohome/cryptohome_parameters.cc
|
| index 9ce9c917de6459108320a22d95615be724e16ed0..2e09c2400dfbbd027af910c8cc335c6b54bc4ed2 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 */, std::string() /* account_type */);
|
| }
|
|
|
| KeyDefinition::AuthorizationData::Secret::Secret() : encrypt(false),
|
|
|