Index: apps/benchmark/benchmark_app.cc |
diff --git a/apps/benchmark/benchmark_app.cc b/apps/benchmark/benchmark_app.cc |
index 87b5ec3fc7990bdab60e686636ace7fd5942ad10..01dc4a9c1c9aea9e26702c010a4958d5b208c06f 100644 |
--- a/apps/benchmark/benchmark_app.cc |
+++ b/apps/benchmark/benchmark_app.cc |
@@ -88,8 +88,7 @@ class BenchmarkApp : public mojo::ApplicationImplBase, |
// Record the time origin for measurements just before connecting to the app |
// being benchmarked. |
time_origin_ = base::TimeTicks::FromInternalValue(MojoGetTimeTicksNow()); |
- shell()->ConnectToApplication(args_.app, GetProxy(&traced_app_connection_), |
- nullptr); |
+ shell()->ConnectToApplication(args_.app, GetProxy(&traced_app_connection_)); |
// Post task to stop tracing when the time is up. |
base::MessageLoop::current()->PostDelayedTask( |