| Index: mojo/examples/hello_world_service/hello_world_service_impl.cc
|
| diff --git a/mojo/examples/hello_world_service/hello_world_service_impl.cc b/mojo/examples/hello_world_service/hello_world_service_impl.cc
|
| index 3bca0fd19ef85ad27649dd637a7cb74923d86876..59c4b1bdde37ff72042912cecb130249d36493e1 100644
|
| --- a/mojo/examples/hello_world_service/hello_world_service_impl.cc
|
| +++ b/mojo/examples/hello_world_service/hello_world_service_impl.cc
|
| @@ -12,8 +12,7 @@ namespace mojo {
|
| namespace examples {
|
|
|
| HelloWorldServiceImpl::HelloWorldServiceImpl(ScopedMessagePipeHandle pipe)
|
| - : client_(pipe.Pass()) {
|
| - client_.SetPeer(this);
|
| + : client_(pipe.Pass(), this) {
|
| }
|
|
|
| void HelloWorldServiceImpl::Greeting(const String& greeting) {
|
|
|