| Index: mojo/system/waiter_test_utils.h
|
| diff --git a/mojo/system/waiter_test_utils.h b/mojo/system/waiter_test_utils.h
|
| index 26dd747f6d8de71d34761d05c762493002583860..95e0f51f90f4b8b6a30594cede912a363622a1b5 100644
|
| --- a/mojo/system/waiter_test_utils.h
|
| +++ b/mojo/system/waiter_test_utils.h
|
| @@ -70,7 +70,7 @@ class WaiterThread : public base::SimpleThread {
|
| // Note: |*did_wait_out|, |*result_out|, and |*context_out| "belong" to this
|
| // object (i.e., may be modified by, on some other thread) while it's alive.
|
| WaiterThread(scoped_refptr<Dispatcher> dispatcher,
|
| - MojoWaitFlags wait_flags,
|
| + MojoHandleSignals handle_signals,
|
| MojoDeadline deadline,
|
| uint32_t context,
|
| bool* did_wait_out,
|
| @@ -82,7 +82,7 @@ class WaiterThread : public base::SimpleThread {
|
| virtual void Run() OVERRIDE;
|
|
|
| const scoped_refptr<Dispatcher> dispatcher_;
|
| - const MojoWaitFlags wait_flags_;
|
| + const MojoHandleSignals handle_signals_;
|
| const MojoDeadline deadline_;
|
| const uint32_t context_;
|
| bool* const did_wait_out_;
|
|
|