| Index: chrome/browser/metrics/metrics_service.h
|
| diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h
|
| index 9a52d030de221a0be1d42ef921d280c8967ef13e..0a9351e39b24a0826fb0ee6cfe2361b11c4cc729 100644
|
| --- a/chrome/browser/metrics/metrics_service.h
|
| +++ b/chrome/browser/metrics/metrics_service.h
|
| @@ -285,7 +285,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.
|
|
|