| Index: components/user_manager/user.cc
|
| diff --git a/components/user_manager/user.cc b/components/user_manager/user.cc
|
| index 3ead4164e3c836dcb0f8fc1c7b258f44a8a8d2bd..39ef430d5baef8a8ba9065dbcc384d5ae5c68c92 100644
|
| --- a/components/user_manager/user.cc
|
| +++ b/components/user_manager/user.cc
|
| @@ -123,8 +123,9 @@
|
| return user_image_.image();
|
| }
|
|
|
| -const AccountId& User::GetAccountId() const {
|
| - return account_id_;
|
| +AccountId User::GetAccountId() const {
|
| + return AccountId::FromUserEmail(
|
| + gaia::CanonicalizeEmail(gaia::SanitizeEmail(email())));
|
| }
|
|
|
| void User::SetIsChild(bool is_child) {
|
|
|