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

Unified Diff: chrome/utility/importer/safari_importer.mm

Issue 2412863005: Make some code gender neutral. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/importer/safari_importer.mm
diff --git a/chrome/utility/importer/safari_importer.mm b/chrome/utility/importer/safari_importer.mm
index a719a102905362886c54a3b51f2f1375f51c6903..035c761ebd7b3d8adc210f011971aca85bf3f713 100644
--- a/chrome/utility/importer/safari_importer.mm
+++ b/chrome/utility/importer/safari_importer.mm
@@ -294,7 +294,7 @@ void SafariImporter::ImportPasswords() {
// Safari stores it's passwords in the Keychain, same as us so we don't need
// to import them.
// Note: that we don't automatically pick them up, there is some logic around
- // the user needing to explicitly input his username in a page and blurring
+ // the user needing to explicitly input their username in a page and blurring
// the field before we pick it up, but the details of that are beyond the
// scope of this comment.
}
« no previous file with comments | « chrome/renderer/searchbox/searchbox_extension.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698