Index: content/browser/tracing/background_tracing_config_impl.h |
diff --git a/content/browser/tracing/background_tracing_config_impl.h b/content/browser/tracing/background_tracing_config_impl.h |
index 0cee4b198ab08775e6e234dbd8d07168510b4521..58c3e4d66e5e414cf4a1f8778284ed83bc1285d9 100644 |
--- a/content/browser/tracing/background_tracing_config_impl.h |
+++ b/content/browser/tracing/background_tracing_config_impl.h |
@@ -53,12 +53,12 @@ class CONTENT_EXPORT BackgroundTracingConfigImpl |
const base::DictionaryValue* dict, |
BackgroundTracingConfigImpl::CategoryPreset category_preset); |
- static scoped_ptr<BackgroundTracingConfigImpl> PreemptiveFromDict( |
+ static std::unique_ptr<BackgroundTracingConfigImpl> PreemptiveFromDict( |
const base::DictionaryValue* dict); |
- static scoped_ptr<BackgroundTracingConfigImpl> ReactiveFromDict( |
+ static std::unique_ptr<BackgroundTracingConfigImpl> ReactiveFromDict( |
const base::DictionaryValue* dict); |
- static scoped_ptr<BackgroundTracingConfigImpl> FromDict( |
+ static std::unique_ptr<BackgroundTracingConfigImpl> FromDict( |
const base::DictionaryValue* dict); |
static std::string CategoryPresetToString( |