| Index: mojo/public/cpp/shell/application.h
|
| diff --git a/mojo/public/cpp/shell/application.h b/mojo/public/cpp/shell/application.h
|
| index 3e016d18114c45b15ee26a15137fd7b3564fb052..bd306d1ba4d28ce702a4d2b42cc9d96e8064d7b1 100644
|
| --- a/mojo/public/cpp/shell/application.h
|
| +++ b/mojo/public/cpp/shell/application.h
|
| @@ -72,7 +72,7 @@ class Application : public internal::ServiceConnectorBase::Owner {
|
| // ShellClient methods.
|
| // Override this to dispatch to correct service when there's more than one.
|
| // TODO(davemoore): Augment this with name registration.
|
| - virtual void AcceptConnection(const mojo::String& url,
|
| + virtual void AcceptConnection(mojo::String url,
|
| ScopedMessagePipeHandle client_handle)
|
| MOJO_OVERRIDE;
|
|
|
|
|