| Index: content/browser/tracing/background_tracing_rule.cc
|
| diff --git a/content/browser/tracing/background_tracing_rule.cc b/content/browser/tracing/background_tracing_rule.cc
|
| index b32e0b13740af00432db09121f95ee690b092e52..1a1f40e05db5d45d86e1887fa122f98265af1ee9 100644
|
| --- a/content/browser/tracing/background_tracing_rule.cc
|
| +++ b/content/browser/tracing/background_tracing_rule.cc
|
| @@ -263,7 +263,7 @@ class ReactiveTraceAtRandomIntervalsRule : public BackgroundTracingRule {
|
|
|
| private:
|
| std::string named_event_;
|
| - base::OneShotTimer<ReactiveTraceAtRandomIntervalsRule> trigger_timer_;
|
| + base::OneShotTimer trigger_timer_;
|
| BackgroundTracingConfigImpl::CategoryPreset category_preset_;
|
| BackgroundTracingManagerImpl::TriggerHandle handle_;
|
| int timeout_min_;
|
|
|