Index: chrome/browser/ui/webui/settings/reset_settings_handler.h |
diff --git a/chrome/browser/ui/webui/settings/reset_settings_handler.h b/chrome/browser/ui/webui/settings/reset_settings_handler.h |
index b8e6cd7bae1d0395b92f5afcbcbf4b2cd3ec1a11..fd1782d6531b0985f1600006f0ed5dd677ef4776 100644 |
--- a/chrome/browser/ui/webui/settings/reset_settings_handler.h |
+++ b/chrome/browser/ui/webui/settings/reset_settings_handler.h |
@@ -74,7 +74,7 @@ class ResetSettingsHandler : public SettingsPageUIHandler { |
void OnSettingsFetched(); |
// Resets profile settings to default values. |send_settings| is true if user |
- // gave his consent to upload broken settings to Google for analysis. |
+ // gave their consent to upload broken settings to Google for analysis. |
void ResetProfile(std::string callback_id, bool send_settings); |
// Closes the dialog once all requested settings has been reset. |