| Index: components/metrics/metrics_service.h
|
| diff --git a/components/metrics/metrics_service.h b/components/metrics/metrics_service.h
|
| index 6d282bc198ed684585d0e6abdcc5771de60b0a58..47095f708074dd0292cad78a0c3bf45fc0305799 100644
|
| --- a/components/metrics/metrics_service.h
|
| +++ b/components/metrics/metrics_service.h
|
| @@ -272,7 +272,7 @@ class MetricsService : public base::HistogramFlattener {
|
| // call to this function. Also updates the cumulative uptime metric (stored
|
| // as a pref) for uninstall. Uptimes are measured using TimeTicks, which
|
| // guarantees that it is monotonic and does not jump if the user changes
|
| - // his/her clock. The TimeTicks implementation also makes the clock not
|
| + // their clock. The TimeTicks implementation also makes the clock not
|
| // count time the computer is suspended.
|
| void GetUptimes(PrefService* pref,
|
| base::TimeDelta* incremental_uptime,
|
|
|