From 20229b5116bb02484688dc48249ef0bd1f838f76 Mon Sep 17 00:00:00 2001 From: irisu Date: Tue, 8 Nov 2016 05:15:06 -0800 Subject: [PATCH] Replace gender specific words in comments. This replaces 'he', 'she', 'his', 'her' and 'guys' with 'they', 'their' and 'user' as appropriate. BUG=542537 Review-Url: https://codereview.chromium.org/2486583003 Cr-Commit-Position: refs/heads/master@{#430594} --- chrome/installer/setup/uninstall.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc index b1c5c5b30caf7a..e966cb74d14484 100644 --- a/chrome/installer/setup/uninstall.cc +++ b/chrome/installer/setup/uninstall.cc @@ -757,7 +757,7 @@ void UninstallActiveSetupEntries(const InstallerState& installer_state, // // It is however very hard to delete those values as the registry hives for // other users are not loaded by default under HKEY_USERS (unless a user is - // logged on or has a process impersonating him). + // logged on or has a process impersonating them). // // Following our best effort uninstall practices, try to delete the value in // all users hives. If a given user's hive is not loaded, try to load it to