| Index: services/tracing/tracing_app.cc
|
| diff --git a/services/tracing/tracing_app.cc b/services/tracing/tracing_app.cc
|
| index 44a747e124a52362577f1f0692d4edbda57e4473..4b4d63b306003f5b754ea19aba149aceec9f5df1 100644
|
| --- a/services/tracing/tracing_app.cc
|
| +++ b/services/tracing/tracing_app.cc
|
| @@ -44,7 +44,7 @@ bool TracingApp::OnConnect(shell::Connection* connection) {
|
|
|
| bool TracingApp::OnStop() {
|
| // TODO(beng): This is only required because TracingApp isn't run by
|
| - // ApplicationRunner - instead it's launched automatically by the standalone
|
| + // ServiceRunner - instead it's launched automatically by the standalone
|
| // shell. It shouldn't be.
|
| base::MessageLoop::current()->QuitWhenIdle();
|
| return false;
|
|
|