Index: mojo/edk/system/message_pipe_test_utils.cc |
diff --git a/mojo/edk/system/message_pipe_test_utils.cc b/mojo/edk/system/message_pipe_test_utils.cc |
index 34859661107eed27baf7ff292136a5e501ccda3e..f0d949521cb866a714218aca682aab3e3704a025 100644 |
--- a/mojo/edk/system/message_pipe_test_utils.cc |
+++ b/mojo/edk/system/message_pipe_test_utils.cc |
@@ -17,7 +17,7 @@ namespace mojo { |
namespace system { |
namespace test { |
-MojoResult WaitIfNecessary(scoped_refptr<MessagePipe> mp, |
+MojoResult WaitIfNecessary(MessagePipe* mp, |
MojoHandleSignals signals, |
HandleSignalsState* signals_state) { |
Waiter waiter; |