| Index: content/browser/tracing/background_tracing_rule.h
|
| diff --git a/content/browser/tracing/background_tracing_rule.h b/content/browser/tracing/background_tracing_rule.h
|
| index 3277716bd226665b38bbcfeac15ea8fb8b121d5e..236ef916dcf41c0ac4aeceb066f206a5c1f906c1 100644
|
| --- a/content/browser/tracing/background_tracing_rule.h
|
| +++ b/content/browser/tracing/background_tracing_rule.h
|
| @@ -33,10 +33,10 @@ class CONTENT_EXPORT BackgroundTracingRule {
|
| // Probability that we should allow a tigger to happen.
|
| double trigger_chance() const { return trigger_chance_; }
|
|
|
| - static scoped_ptr<BackgroundTracingRule> PreemptiveRuleFromDict(
|
| + static std::unique_ptr<BackgroundTracingRule> PreemptiveRuleFromDict(
|
| const base::DictionaryValue* dict);
|
|
|
| - static scoped_ptr<BackgroundTracingRule> ReactiveRuleFromDict(
|
| + static std::unique_ptr<BackgroundTracingRule> ReactiveRuleFromDict(
|
| const base::DictionaryValue* dict,
|
| BackgroundTracingConfigImpl::CategoryPreset category_preset);
|
|
|
|
|