| 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 ece035648f466104412a3400994203788495a840..edbc79741652925587669d88ee7014614ba5fc59 100644
|
| --- a/content/browser/frame_host/frame_mojo_shell.cc
|
| +++ b/content/browser/frame_host/frame_mojo_shell.cc
|
| @@ -62,9 +62,9 @@ void FrameMojoShell::ConnectToApplication(
|
| if (!filter.is_null())
|
| capability_filter = filter->filter.To<mojo::shell::CapabilityFilter>();
|
| MojoShellContext::ConnectToApplication(
|
| - GURL(application_url->url), frame_host_->GetSiteInstance()->GetSiteURL(),
|
| - std::move(services), std::move(frame_services), capability_filter,
|
| - callback);
|
| + GURL(application_url->url.get()),
|
| + frame_host_->GetSiteInstance()->GetSiteURL(), std::move(services),
|
| + std::move(frame_services), capability_filter, callback);
|
| }
|
|
|
| void FrameMojoShell::QuitApplication() {
|
|
|