| Index: content/child/child_thread.cc
|
| diff --git a/content/child/child_thread.cc b/content/child/child_thread.cc
|
| index 1ac546861e9ddcabf02d7c34e6bc32d223e4bf25..8c3e1f0d6e452b8a41edb058be9d0f910d929556 100644
|
| --- a/content/child/child_thread.cc
|
| +++ b/content/child/child_thread.cc
|
| @@ -354,7 +354,7 @@ void ChildThread::OnChannelError() {
|
| }
|
|
|
| void ChildThread::AcceptConnection(
|
| - const mojo::String& service_name,
|
| + mojo::String service_name,
|
| mojo::ScopedMessagePipeHandle message_pipe) {
|
| // By default, we don't expect incoming connections.
|
| NOTREACHED();
|
|
|