| Index: mojo/public/cpp/bindings/tests/handle_passing_unittest.cc | 
| diff --git a/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc b/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc | 
| index f9968520e80096d43e1ae6bdb5411cf5e0309867..c95ba600b025916c32edc9271222c9cd9eaf9ceb 100644 | 
| --- a/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc | 
| +++ b/mojo/public/cpp/bindings/tests/handle_passing_unittest.cc | 
| @@ -67,7 +67,7 @@ class SampleFactoryImpl : public InterfaceImpl<sample::Factory> { | 
|  | 
| ScopedMessagePipeHandle pipe0; | 
| if (!text2.empty()) { | 
| -      CreateMessagePipe(&pipe0, &pipe1_); | 
| +      CreateMessagePipe(NULL, &pipe0, &pipe1_); | 
| EXPECT_TRUE(WriteTextMessage(pipe1_.get(), text2)); | 
| } | 
|  | 
|  |