| Index: mojo/shell/shell_impl.h
|
| diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h
|
| index a67335cb6a2bb61be0d40d13e2b2e6e022d48baf..209a8fc174754fb3e664dc9f017aa7e0463de065 100644
|
| --- a/mojo/shell/shell_impl.h
|
| +++ b/mojo/shell/shell_impl.h
|
| @@ -40,7 +40,7 @@ class ShellImpl : public Shell, public ErrorHandler {
|
|
|
| private:
|
| // Shell implementation:
|
| - void ConnectToApplication(const String& app_url,
|
| + void ConnectToApplication(mojo::URLRequestPtr app_request,
|
| InterfaceRequest<ServiceProvider> services,
|
| ServiceProviderPtr exposed_services) override;
|
|
|
|
|