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

Unified Diff: components/tracing/core/scattered_stream_writer.cc

Issue 2196663002: tracing v2: Introduce TraceBufferWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_refactor
Patch Set: Add TRACING_EXPORT also to nested class Created 4 years, 4 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: components/tracing/core/scattered_stream_writer.cc
diff --git a/components/tracing/core/scattered_stream_writer.cc b/components/tracing/core/scattered_stream_writer.cc
index 73e2a36ae20ebf7e829555caecb2951e17f8b6c1..6620a842a2b39759ede1484c429c3a6a93269884 100644
--- a/components/tracing/core/scattered_stream_writer.cc
+++ b/components/tracing/core/scattered_stream_writer.cc
@@ -13,6 +13,8 @@
namespace tracing {
namespace v2 {
+ScatteredStreamWriter::Delegate::~Delegate() {}
+
ScatteredStreamWriter::ScatteredStreamWriter(Delegate* delegate)
: delegate_(delegate),
cur_range_({nullptr, nullptr}),

Powered by Google App Engine
This is Rietveld 408576698