| Index: content/browser/frame_host/frame_mojo_shell.cc
|
| diff --git a/content/browser/frame_host/frame_mojo_shell.cc b/content/browser/frame_host/frame_mojo_shell.cc
|
| index 0aa581607787b064f0c6a7a480929e429059903f..dda21399018892226601bb94f1baf756be7177e2 100644
|
| --- a/content/browser/frame_host/frame_mojo_shell.cc
|
| +++ b/content/browser/frame_host/frame_mojo_shell.cc
|
| @@ -7,7 +7,7 @@
|
| #include <utility>
|
|
|
| #include "build/build_config.h"
|
| -#include "content/browser/mojo/mojo_shell_context.h"
|
| +#include "content/browser/mojo/service_manager_context_impl.h"
|
| #include "content/public/browser/content_browser_client.h"
|
| #include "content/public/browser/render_frame_host.h"
|
| #include "content/public/browser/render_process_host.h"
|
| @@ -56,7 +56,7 @@ void FrameMojoShell::Connect(
|
| shell::mojom::InterfaceProviderPtr frame_interfaces;
|
| interface_provider_bindings_.AddBinding(GetInterfaceRegistry(),
|
| GetProxy(&frame_interfaces));
|
| - MojoShellContext::ConnectToApplication(
|
| + ServiceManagerContextImpl::ConnectToApplication(
|
| shell::mojom::kRootUserID, target->name,
|
| frame_host_->GetSiteInstance()->GetSiteURL().spec(),
|
| std::move(interfaces),
|
|
|