Index: chrome/browser/chromeos/policy/policy_cert_service_factory.cc |
diff --git a/chrome/browser/chromeos/policy/policy_cert_service_factory.cc b/chrome/browser/chromeos/policy/policy_cert_service_factory.cc |
index 4e1f3ad4be546e1e672ed2c9cf285cb5edf529dc..1ed3a707eff6513fc0f992c463d30dd185dd4105 100644 |
--- a/chrome/browser/chromeos/policy/policy_cert_service_factory.cc |
+++ b/chrome/browser/chromeos/policy/policy_cert_service_factory.cc |
@@ -115,7 +115,7 @@ KeyedService* PolicyCertServiceFactory::BuildServiceInstanceFor( |
// This login should not have been allowed. After rebooting, local_state |
// will contain the updated list of users that used policy-pushed |
// certificates and this won't happen again. |
- // Note that a user becomes logged in before his profile is created. |
+ // Note that a user becomes logged in before their profile is created. |
LOG(ERROR) << "Shutdown session because a tainted profile was added."; |
g_browser_process->local_state()->CommitPendingWrite(); |
prefs->CommitPendingWrite(); |