diff options
Diffstat (limited to 'chrome/browser/metrics/metrics_service.h')
-rw-r--r-- | chrome/browser/metrics/metrics_service.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/metrics/metrics_service.h b/chrome/browser/metrics/metrics_service.h index 199d6b7..5eb7fee 100644 --- a/chrome/browser/metrics/metrics_service.h +++ b/chrome/browser/metrics/metrics_service.h @@ -91,8 +91,7 @@ struct SyntheticTrialGroup { // This constructor is private specifically so as to control which code is // able to access it. New code that wishes to use it should be added as a // friend class. - SyntheticTrialGroup(uint32 trial, uint32 group, base::TimeTicks start); - + SyntheticTrialGroup(uint32 trial, uint32 group); }; class MetricsService |