Index: mojo/shell/shell_impl.h |
diff --git a/mojo/shell/shell_impl.h b/mojo/shell/shell_impl.h |
index a67335cb6a2bb61be0d40d13e2b2e6e022d48baf..66fb00699a79a292af066983c4d12150fd393305 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_url, |
InterfaceRequest<ServiceProvider> services, |
ServiceProviderPtr exposed_services) override; |