| Index: services/shell/public/cpp/service_context.h
|
| diff --git a/services/shell/public/cpp/service_context.h b/services/shell/public/cpp/service_context.h
|
| index 94764eb5ac489eda6bc6c54a7feb8b2f7b2ef10c..eec15add743279c1615dbb2700c7fc6c721c3658 100644
|
| --- a/services/shell/public/cpp/service_context.h
|
| +++ b/services/shell/public/cpp/service_context.h
|
| @@ -78,7 +78,7 @@ class ServiceContext : public mojom::Service {
|
|
|
| // We track the lifetime of incoming connection registries as it more
|
| // convenient for the client.
|
| - std::vector<std::unique_ptr<Connection>> incoming_connections_;
|
| + std::vector<std::unique_ptr<InterfaceRegistry>> incoming_connections_;
|
|
|
| // A pending Connector request which will eventually be passed to the Service
|
| // Manager.
|
|
|