| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index c93b33cdfa3ea98631df5fa5d3149e919dcbbf9c..68216151e320996af7b778e174bcfc251cc13d8b 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -280,7 +280,8 @@ class MetricsService
|
| // Check if this install was cloned or imaged from another machine. If a
|
| // clone is detected, reset the client id and low entropy source. This
|
| // should not be called more than once.
|
| - void CheckForClonedInstall();
|
| + void CheckForClonedInstall(
|
| + scoped_refptr<base::SingleThreadTaskRunner> task_runner);
|
|
|
| private:
|
| // The MetricsService has a lifecycle that is stored as a state.
|
|
|