| Index: content/child/mojo/mojo_application.cc
|
| diff --git a/content/child/mojo/mojo_application.cc b/content/child/mojo/mojo_application.cc
|
| index 24a720e5dc7e846b59365b7fbe44604c805a604d..7aa45979ac8e4ce18aa6301b672bf592e6c49f01 100644
|
| --- a/content/child/mojo/mojo_application.cc
|
| +++ b/content/child/mojo/mojo_application.cc
|
| @@ -27,8 +27,8 @@ void MojoApplication::InitWithToken(const std::string& token) {
|
| application_setup.Bind(
|
| mojo::InterfacePtrInfo<mojom::ApplicationSetup>(std::move(handle), 0u));
|
|
|
| - mojo::shell::mojom::InterfaceProviderPtr services;
|
| - mojo::shell::mojom::InterfaceProviderPtr exposed_services;
|
| + shell::mojom::InterfaceProviderPtr services;
|
| + shell::mojom::InterfaceProviderPtr exposed_services;
|
| service_registry_.Bind(GetProxy(&exposed_services));
|
| application_setup->ExchangeInterfaceProviders(GetProxy(&services),
|
| std::move(exposed_services));
|
|
|