Index: chrome/browser/metrics/metrics_state_manager.h |
diff --git a/chrome/browser/metrics/metrics_state_manager.h b/chrome/browser/metrics/metrics_state_manager.h |
index 5b2f954887a490623e14f957fc8a8577611e6390..8b6dbccc539cf33f6e349a5b0ec56f9f98afb0c4 100644 |
--- a/chrome/browser/metrics/metrics_state_manager.h |
+++ b/chrome/browser/metrics/metrics_state_manager.h |
@@ -42,7 +42,8 @@ class MetricsStateManager { |
// Checks if this install was cloned or imaged from another machine. If a |
// clone is detected, resets 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); |
// Returns the preferred entropy provider used to seed persistent activities |
// based on whether or not metrics reporting is permitted on this client. |