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

Unified Diff: base/trace_event/trace_event_etw_export_win.h

Issue 1717283003: tracing: Make ConvertableToTraceFormat move-only scoped_ptr (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 10 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: base/trace_event/trace_event_etw_export_win.h
diff --git a/base/trace_event/trace_event_etw_export_win.h b/base/trace_event/trace_event_etw_export_win.h
index 9201622a9c6e7033d14817ed7e239ba391fcd6c0..4ae11d602c993b1a9d42dcb1f0178341e64e0596 100644
--- a/base/trace_event/trace_event_etw_export_win.h
+++ b/base/trace_event/trace_event_etw_export_win.h
@@ -50,7 +50,7 @@ class BASE_EXPORT TraceEventETWExport {
const char** arg_names,
const unsigned char* arg_types,
const unsigned long long* arg_values,
- const scoped_refptr<ConvertableToTraceFormat>* convertable_values);
+ const scoped_ptr<ConvertableToTraceFormat>* convertable_values);
// Exports an ETW event that marks the end of a complete event.
static void AddCompleteEndEvent(const char* name);

Powered by Google App Engine
This is Rietveld 408576698