| Index: services/tracing/tracing_app.cc
|
| diff --git a/services/tracing/tracing_app.cc b/services/tracing/tracing_app.cc
|
| index e6ea96ec8b5580a0067dd52565257650ee3280e8..44a747e124a52362577f1f0692d4edbda57e4473 100644
|
| --- a/services/tracing/tracing_app.cc
|
| +++ b/services/tracing/tracing_app.cc
|
| @@ -107,7 +107,7 @@ void TracingApp::StopAndFlush() {
|
| MojoDeadline mojo_deadline = end - now;
|
| std::vector<mojo::Handle> handles;
|
| std::vector<MojoHandleSignals> signals;
|
| - for (const auto& it : recorder_impls_) {
|
| + for (auto* it : recorder_impls_) {
|
| handles.push_back(it->TraceRecorderHandle());
|
| signals.push_back(MOJO_HANDLE_SIGNAL_READABLE |
|
| MOJO_HANDLE_SIGNAL_PEER_CLOSED);
|
|
|