| Index: components/autofill/core/browser/autofill_metrics.h
|
| diff --git a/components/autofill/core/browser/autofill_metrics.h b/components/autofill/core/browser/autofill_metrics.h
|
| index e637fa550bdedcbdf055c1c6c81b97f11d465703..4379cf1ff62311f493073068c590b8c8bb9eab2d 100644
|
| --- a/components/autofill/core/browser/autofill_metrics.h
|
| +++ b/components/autofill/core/browser/autofill_metrics.h
|
| @@ -407,13 +407,13 @@ class AutofillMetrics {
|
| // User chose to opt in (checked the checkbox when it was empty).
|
| // Only logged if there was an attempt to unmask.
|
| UNMASK_PROMPT_LOCAL_SAVE_DID_OPT_IN,
|
| - // User did not opt in when he had the chance (left the checkbox unchecked).
|
| - // Only logged if there was an attempt to unmask.
|
| + // User did not opt in when they had the chance (left the checkbox
|
| + // unchecked). Only logged if there was an attempt to unmask.
|
| UNMASK_PROMPT_LOCAL_SAVE_DID_NOT_OPT_IN,
|
| // User chose to opt out (unchecked the checkbox when it was check).
|
| // Only logged if there was an attempt to unmask.
|
| UNMASK_PROMPT_LOCAL_SAVE_DID_OPT_OUT,
|
| - // User did not opt out when he had a chance (left the checkbox checked).
|
| + // User did not opt out when they had a chance (left the checkbox checked).
|
| // Only logged if there was an attempt to unmask.
|
| UNMASK_PROMPT_LOCAL_SAVE_DID_NOT_OPT_OUT,
|
| // The prompt was closed while chrome was unmasking the card (user pressed
|
|
|