| Index: services/tracing/tracing_app.h
|
| diff --git a/services/tracing/tracing_app.h b/services/tracing/tracing_app.h
|
| index 70c010e0b238218cbd443be356da8996889329d0..d6a2b3b9e49ef500120b3df9f144c849e235e3b8 100644
|
| --- a/services/tracing/tracing_app.h
|
| +++ b/services/tracing/tracing_app.h
|
| @@ -30,7 +30,7 @@ class TracingApp : public mojo::ApplicationDelegate,
|
| private:
|
| // mojo::ApplicationDelegate implementation.
|
| bool ConfigureIncomingConnection(
|
| - mojo::ApplicationConnection* connection) override;
|
| + mojo::ServiceProviderImpl* service_provider_impl) override;
|
|
|
| // TraceCollector implementation.
|
| void Start(mojo::ScopedDataPipeProducerHandle stream,
|
|
|