| Index: mojo/edk/system/waiter_test_utils.cc
 | 
| diff --git a/mojo/edk/system/waiter_test_utils.cc b/mojo/edk/system/waiter_test_utils.cc
 | 
| index 06a4033927c221bcb37813fadb382d975c5dd42c..39cb14e90bea3899e7fbac7717b2966d9bab05ca 100644
 | 
| --- a/mojo/edk/system/waiter_test_utils.cc
 | 
| +++ b/mojo/edk/system/waiter_test_utils.cc
 | 
| @@ -55,8 +55,8 @@ WaiterThread::~WaiterThread() {
 | 
|  void WaiterThread::Run() {
 | 
|    waiter_.Init();
 | 
|  
 | 
| -  *result_out_ = dispatcher_->AddWaiter(
 | 
| -      &waiter_, handle_signals_, context_, signals_state_out_);
 | 
| +  *result_out_ = dispatcher_->AddWaiter(&waiter_, handle_signals_, context_,
 | 
| +                                        signals_state_out_);
 | 
|    if (*result_out_ != MOJO_RESULT_OK)
 | 
|      return;
 | 
|  
 | 
| 
 |