| Index: services/shell/standalone/context.cc
|
| diff --git a/services/shell/standalone/context.cc b/services/shell/standalone/context.cc
|
| index fae9efbfe234c68f0bd72eddcb33fc48bf26e942..200f183d62720e1dbad108a38cacc6d67312fc05 100644
|
| --- a/services/shell/standalone/context.cc
|
| +++ b/services/shell/standalone/context.cc
|
| @@ -169,7 +169,7 @@ void Context::Init(std::unique_ptr<InitParams> init_params) {
|
| catalog_.reset(
|
| new catalog::Catalog(blocking_pool_.get(), std::move(store), nullptr));
|
| shell_.reset(new Shell(std::move(runner_factory),
|
| - catalog_->TakeShellClient()));
|
| + catalog_->TakeService()));
|
|
|
| mojom::InterfaceProviderPtr tracing_remote_interfaces;
|
| mojom::InterfaceProviderPtr tracing_local_interfaces;
|
|
|