Chromium Code Reviews| Index: services/tracing/tracing_app.cc |
| diff --git a/services/tracing/tracing_app.cc b/services/tracing/tracing_app.cc |
| index 8a98aab6803a2cb61ec5d3f2a7f2e19048666252..fdc85f7b93ae1ef17092de3ce8ad9fb05a6fb951 100644 |
| --- a/services/tracing/tracing_app.cc |
| +++ b/services/tracing/tracing_app.cc |
| @@ -110,7 +110,7 @@ void TracingApp::StopAndFlush() { |
| void TracingApp::AllDataCollected() { |
| collector_impls_.clear(); |
| - sink_->Flush(); |
| + sink_.reset(); |
| } |
| } // namespace tracing |