| Index: chrome/browser/profiles/profile_impl.cc
|
| diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
|
| index e064818a409c606b6ac59899f9edb49ef87c3178..5145a8c4602cdaced6ee32ae975754c974a63ce4 100644
|
| --- a/chrome/browser/profiles/profile_impl.cc
|
| +++ b/chrome/browser/profiles/profile_impl.cc
|
| @@ -1067,7 +1067,7 @@ void ProfileImpl::ChangeAppLocale(
|
| GetPrefs()->ClearPref(prefs::kApplicationLocaleAccepted);
|
| // We maintain kApplicationLocale property in both a global storage
|
| // and user's profile. Global property determines locale of login screen,
|
| - // while user's profile determines his personal locale preference.
|
| + // while user's profile determines their personal locale preference.
|
| break;
|
| }
|
| case APP_LOCALE_CHANGED_VIA_LOGIN:
|
|
|