| Index: content/child/child_thread.h
|
| diff --git a/content/child/child_thread.h b/content/child/child_thread.h
|
| index 1b04830763bf9462bca12913bc9838c6a0f834e9..c0b2e0308468579fd17abe496e4617aa08d4bd82 100644
|
| --- a/content/child/child_thread.h
|
| +++ b/content/child/child_thread.h
|
| @@ -171,7 +171,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener,
|
|
|
| // mojo::ShellClient implementation:
|
| virtual void AcceptConnection(
|
| - const mojo::String& service_name,
|
| + mojo::String service_name,
|
| mojo::ScopedMessagePipeHandle message_pipe) OVERRIDE;
|
|
|
| private:
|
|
|