Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: content/browser/tracing/background_tracing_config_impl.h

Issue 1874893002: Convert //content/browser from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/time_zone_monitor_win.cc ('k') | content/browser/tracing/background_tracing_config_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « content/browser/time_zone_monitor_win.cc ('k') | content/browser/tracing/background_tracing_config_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698