| Index: mojo/shell/shell_application_delegate.cc
|
| diff --git a/mojo/shell/shell_application_delegate.cc b/mojo/shell/shell_application_delegate.cc
|
| index 1dbac46037b18232c54243e677e9009374415fee..6ee2c3ea68132e9c1d271008763f87b35db95ad5 100644
|
| --- a/mojo/shell/shell_application_delegate.cc
|
| +++ b/mojo/shell/shell_application_delegate.cc
|
| @@ -39,7 +39,7 @@ void ShellApplicationDelegate::CreateInstanceForHandle(
|
| const String& url,
|
| CapabilityFilterPtr filter,
|
| InterfaceRequest<mojom::PIDReceiver> pid_receiver) {
|
| - manager_->CreateInstanceForHandle(std::move(channel), GURL(url),
|
| + manager_->CreateInstanceForHandle(std::move(channel), GURL(url.get()),
|
| std::move(filter), std::move(pid_receiver));
|
| }
|
|
|
|
|