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

Unified Diff: sky/tools/debugger/trace_collector.h

Issue 988693005: Chromium roll (https://codereview.chromium.org/976353002) (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: fixed bad android build patch Created 5 years, 9 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 | « sky/tools/debugger/debugger.cc ('k') | sky/tools/tester/test_harness_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/tools/debugger/trace_collector.h
diff --git a/sky/tools/debugger/trace_collector.h b/sky/tools/debugger/trace_collector.h
index ce8db02de6f04106c6c95a6d08de0ca9c790d3a7..8c6c322f6e8ee99c4f65e826755dabcca4dc09e8 100644
--- a/sky/tools/debugger/trace_collector.h
+++ b/sky/tools/debugger/trace_collector.h
@@ -18,7 +18,7 @@ class TraceCollector : public mojo::common::DataPipeDrainer::Client {
typedef base::Callback<void(std::string)> TraceCallback;
explicit TraceCollector(mojo::ScopedDataPipeConsumerHandle source);
- ~TraceCollector();
+ ~TraceCollector() override;
void GetTrace(TraceCallback callback);
« no previous file with comments | « sky/tools/debugger/debugger.cc ('k') | sky/tools/tester/test_harness_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698