| 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 473e3d3d943365b97ec85e631c3d8455bbb07829..1393a5139691728fd7eddd57665b2ec297d76201 100644
|
| --- a/content/browser/tracing/background_tracing_rule.cc
|
| +++ b/content/browser/tracing/background_tracing_rule.cc
|
| @@ -274,7 +274,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_;
|
|
|