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

Unified Diff: components/tracing/test/fake_scattered_buffer.h

Issue 2196663002: tracing v2: Introduce TraceBufferWriter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@proto_refactor
Patch Set: Fix linking errors moving kChunkSize outside of exported 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
« no previous file with comments | « components/tracing/proto/events_chunk.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/tracing/test/fake_scattered_buffer.h
diff --git a/components/tracing/test/fake_scattered_buffer.h b/components/tracing/test/fake_scattered_buffer.h
index 5089765d2f208b035d9f6ddafbeb064501bc261c..f5d493788853ba54c870ef22fde4cd74aad0c65d 100644
--- a/components/tracing/test/fake_scattered_buffer.h
+++ b/components/tracing/test/fake_scattered_buffer.h
@@ -21,7 +21,7 @@ namespace v2 {
class FakeScatteredBuffer : public ScatteredStreamWriter::Delegate {
public:
explicit FakeScatteredBuffer(size_t chunk_size);
- ~FakeScatteredBuffer();
+ ~FakeScatteredBuffer() override;
// ScatteredStreamWriter::Delegate implementation.
ContiguousMemoryRange GetNewBuffer() override;
« no previous file with comments | « components/tracing/proto/events_chunk.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698