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

Unified Diff: content/browser/tracing/tracing_controller_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
Index: content/browser/tracing/tracing_controller_impl.h
diff --git a/content/browser/tracing/tracing_controller_impl.h b/content/browser/tracing/tracing_controller_impl.h
index 7a6c17b2b794e59bf4d9a1b523e376f264f63462..eb7761e4620f1e5bdf74467b61d51a3e57d845e4 100644
--- a/content/browser/tracing/tracing_controller_impl.h
+++ b/content/browser/tracing/tracing_controller_impl.h
@@ -171,7 +171,7 @@ class TracingControllerImpl
int pending_start_tracing_ack_count_;
base::OneShotTimer start_tracing_timer_;
StartTracingDoneCallback start_tracing_done_callback_;
- scoped_ptr<base::trace_event::TraceConfig> start_tracing_trace_config_;
+ std::unique_ptr<base::trace_event::TraceConfig> start_tracing_trace_config_;
// Pending acks for StopTracing.
int pending_stop_tracing_ack_count_;
« no previous file with comments | « content/browser/tracing/tracing_controller_browsertest.cc ('k') | content/browser/tracing/tracing_controller_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698