| Index: services/tracing/tracing_app.h
|
| diff --git a/services/tracing/tracing_app.h b/services/tracing/tracing_app.h
|
| index 3131c559418b19a8ed6761eed0f75a7f65b9ac86..24395e04b4c5d3f2ab393079bd7b74b367491cbb 100644
|
| --- a/services/tracing/tracing_app.h
|
| +++ b/services/tracing/tracing_app.h
|
| @@ -35,11 +35,11 @@ class TracingApp : public mojo::ApplicationDelegate,
|
| mojo::ApplicationConnection* connection) override;
|
|
|
| // mojo::InterfaceFactory<TraceCollector> implementation.
|
| - void Create(mojo::ApplicationConnection* connection,
|
| + void Create(const mojo::ConnectionContext& connection_context,
|
| mojo::InterfaceRequest<TraceCollector> request) override;
|
|
|
| // mojo::InterfaceFactory<TraceProviderRegistry> implementation.
|
| - void Create(mojo::ApplicationConnection* connection,
|
| + void Create(const mojo::ConnectionContext& connection_context,
|
| mojo::InterfaceRequest<TraceProviderRegistry> request) override;
|
|
|
| // TraceCollector implementation.
|
|
|