| Index: services/tracing/service.h
|
| diff --git a/services/tracing/service.h b/services/tracing/service.h
|
| index 4c8f39c96d16c7d02411f443cc8a96446318e38e..c80a73213fe5494ea2c8e3493987ed966985e3cb 100644
|
| --- a/services/tracing/service.h
|
| +++ b/services/tracing/service.h
|
| @@ -36,7 +36,8 @@ class Service
|
|
|
| private:
|
| // shell::Service implementation.
|
| - bool OnConnect(shell::Connection* connection) override;
|
| + bool OnConnect(const shell::Identity& remote_identity,
|
| + shell::InterfaceRegistry* registry) override;
|
| bool OnStop() override;
|
|
|
| // shell::InterfaceFactory<mojom::Factory>:
|
|
|