| 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 3c1cd07a76638aaeaadc1380877bc1152b3cebc0..e43793f9ea226e692e2cb6eee857a8f2e9eeb35f 100644
|
| --- a/services/shell/public/cpp/service_context.h
|
| +++ b/services/shell/public/cpp/service_context.h
|
| @@ -70,8 +70,7 @@ class ServiceContext : public mojom::Service {
|
| const OnStartCallback& callback) override;
|
| void OnConnect(mojom::IdentityPtr source,
|
| uint32_t source_id,
|
| - mojom::InterfaceProviderRequest remote_interfaces,
|
| - mojom::InterfaceProviderPtr local_interfaces,
|
| + mojom::InterfaceProviderRequest interfaces,
|
| mojom::CapabilityRequestPtr allowed_capabilities,
|
| const mojo::String& name) override;
|
|
|
|
|