| Index: content/browser/mojo/mojo_application_host.cc
|
| diff --git a/content/browser/mojo/mojo_application_host.cc b/content/browser/mojo/mojo_application_host.cc
|
| index 25b63d56e99f52fda85cb06e782e3afec832a207..08924503aaff95ced440d9e60878af511e1deb24 100644
|
| --- a/content/browser/mojo/mojo_application_host.cc
|
| +++ b/content/browser/mojo/mojo_application_host.cc
|
| @@ -60,7 +60,7 @@ bool MojoApplicationHost::Activate(IPC::Sender* sender,
|
| }
|
|
|
| void MojoApplicationHost::ShellImpl::Connect(
|
| - const mojo::String& url,
|
| + mojo::String url,
|
| mojo::ScopedMessagePipeHandle handle) {
|
| // TODO(darin): Provide something meaningful here.
|
| }
|
|
|