| Index: chrome/browser/chromeos/net/onc_utils.cc
|
| diff --git a/chrome/browser/chromeos/net/onc_utils.cc b/chrome/browser/chromeos/net/onc_utils.cc
|
| index 2e4194ebb039778d872526c2587c20675a7dfae4..c82b22e53a9912c83aa94cfcfe77b8d6cda89547 100644
|
| --- a/chrome/browser/chromeos/net/onc_utils.cc
|
| +++ b/chrome/browser/chromeos/net/onc_utils.cc
|
| @@ -161,7 +161,7 @@ class UserStringSubstitution : public chromeos::onc::StringSubstitution {
|
| if (placeholder == ::onc::substitutes::kLoginIDField)
|
| *substitute = user_->GetAccountName(false);
|
| else if (placeholder == ::onc::substitutes::kEmailField)
|
| - *substitute = user_->email();
|
| + *substitute = user_->GetUserID().GetUserEmail();
|
| else
|
| return false;
|
| return true;
|
|
|