| Index: ipc/ipc_sync_channel_unittest.cc
|
| ===================================================================
|
| --- ipc/ipc_sync_channel_unittest.cc (revision 53465)
|
| +++ ipc/ipc_sync_channel_unittest.cc (working copy)
|
| @@ -728,8 +728,8 @@
|
| const std::string& expected_text,
|
| bool pump_during_send)
|
| : Worker(channel_name, Channel::MODE_CLIENT),
|
| - expected_text_(expected_text),
|
| - pump_during_send_(pump_during_send) {
|
| + pump_during_send_(pump_during_send),
|
| + expected_text_(expected_text) {
|
| Worker::OverrideThread(listener_thread);
|
| }
|
|
|
|
|