Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(796)

Unified Diff: components/user_prefs/tracked/pref_hash_store_impl.cc

Issue 2065373002: Gender-neutralize a few more comments / strings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: that was weird Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/user_prefs/tracked/pref_hash_store_impl.cc
diff --git a/components/user_prefs/tracked/pref_hash_store_impl.cc b/components/user_prefs/tracked/pref_hash_store_impl.cc
index 3146ac2e6c71457ba886091695fc3ac32ff25f95..c756d6f28f7dfad31caa2919fcd504ffc5bf45b7 100644
--- a/components/user_prefs/tracked/pref_hash_store_impl.cc
+++ b/components/user_prefs/tracked/pref_hash_store_impl.cc
@@ -203,7 +203,7 @@ PrefHashStoreImpl::PrefHashStoreTransactionImpl::CheckSplitValue(
break;
case SECURE_LEGACY:
// Secure legacy device IDs based hashes are still accepted, but we
- // should make sure to notify the caller for him to update the legacy
+ // should make sure to notify the caller for them to update the legacy
// hashes.
has_secure_legacy_id_hashes = true;
break;

Powered by Google App Engine
This is Rietveld 408576698