| Index: services/tracing/service.cc
|
| diff --git a/services/tracing/service.cc b/services/tracing/service.cc
|
| index 2e587ae48f26b1552b66b0b1a55299c3502b3348..b4044c7ad01d5b3063655048d596f3ed6c9db4c1 100644
|
| --- a/services/tracing/service.cc
|
| +++ b/services/tracing/service.cc
|
| @@ -19,7 +19,7 @@ namespace tracing {
|
| Service::Service() : collector_binding_(this), tracing_active_(false) {}
|
| Service::~Service() {}
|
|
|
| -bool Service::OnConnect(const service_manager::Identity& remote_identity,
|
| +bool Service::OnConnect(const service_manager::ServiceInfo& remote_info,
|
| service_manager::InterfaceRegistry* registry) {
|
| registry->AddInterface<mojom::Factory>(this);
|
| registry->AddInterface<mojom::Collector>(this);
|
|
|