| Index: content/browser/mojo/mojo_app_connection_impl.cc
|
| diff --git a/content/browser/mojo/mojo_app_connection_impl.cc b/content/browser/mojo/mojo_app_connection_impl.cc
|
| index cf8d1c249b4995529e80fb873695dfa5580094a1..6d1308647965c0b07a259240da891de6a9f03d44 100644
|
| --- a/content/browser/mojo/mojo_app_connection_impl.cc
|
| +++ b/content/browser/mojo/mojo_app_connection_impl.cc
|
| @@ -31,7 +31,7 @@ MojoAppConnectionImpl::MojoAppConnectionImpl(const GURL& url,
|
| const GURL& requestor_url) {
|
| MojoShellContext::ConnectToApplication(
|
| url, requestor_url, mojo::GetProxy(&interfaces_),
|
| - mojo::InterfaceProviderPtr(),
|
| + mojo::shell::mojom::InterfaceProviderPtr(),
|
| mojo::shell::GetPermissiveCapabilityFilter(),
|
| base::Bind(&OnGotRemoteIDs));
|
| }
|
|
|