| Index: chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc
|
| diff --git a/chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc b/chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc
|
| index 52c0916341e1923d41b1444cd76b5666a7a3a24e..938c32afc3bd187d2db61edd3945e2980f4ed616 100644
|
| --- a/chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc
|
| +++ b/chrome/browser/chromeos/policy/user_cloud_policy_token_forwarder.cc
|
| @@ -58,7 +58,7 @@ void UserCloudPolicyTokenForwarder::OnGetTokenFailure(
|
| const GoogleServiceAuthError& error) {
|
| // This should seldom happen: if the user is signing in for the first time
|
| // then this was an online signin and network errors are unlikely; if the
|
| - // user had already signed in before then he should have policy cached, and
|
| + // user had already signed in before then they should have policy cached, and
|
| // RequestAccessToken() wouldn't have been invoked.
|
| // Still, something just went wrong (server 500, or something). Currently
|
| // we don't recover in this case, and we'll just try to register for policy
|
|
|