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

Unified Diff: content/public/browser/background_tracing_config.cc

Issue 1874903002: Convert //content from scoped_ptr to std::unique_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix indent 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
Index: content/public/browser/background_tracing_config.cc
diff --git a/content/public/browser/background_tracing_config.cc b/content/public/browser/background_tracing_config.cc
index 1efde15ac2a29071d70db6263d6c14698a96bd5b..ccd9df2fe0c73a713c52037c1b4fa8a38033bf4f 100644
--- a/content/public/browser/background_tracing_config.cc
+++ b/content/public/browser/background_tracing_config.cc
@@ -13,7 +13,7 @@ BackgroundTracingConfig::BackgroundTracingConfig(TracingMode tracing_mode)
BackgroundTracingConfig::~BackgroundTracingConfig() {}
-scoped_ptr<BackgroundTracingConfig> BackgroundTracingConfig::FromDict(
+std::unique_ptr<BackgroundTracingConfig> BackgroundTracingConfig::FromDict(
const base::DictionaryValue* dict) {
return BackgroundTracingConfigImpl::FromDict(dict);
}
« no previous file with comments | « content/public/browser/background_tracing_config.h ('k') | content/public/browser/background_tracing_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698