| Index: mojo/edk/system/channel_manager_unittest.cc
|
| diff --git a/mojo/edk/system/channel_manager_unittest.cc b/mojo/edk/system/channel_manager_unittest.cc
|
| index a64f86aa9d4c98e7c0b639604937fe12b436bb98..ee51f216ffcc1fc73fc7f292e93a6c90ad2101a2 100644
|
| --- a/mojo/edk/system/channel_manager_unittest.cc
|
| +++ b/mojo/edk/system/channel_manager_unittest.cc
|
| @@ -39,6 +39,7 @@ class ChannelManagerTest : public testing::Test {
|
| message_loop_(CreateTestMessageLoopForIO(&platform_handle_watcher_)),
|
| channel_manager_(&platform_support_,
|
| message_loop_->GetTaskRunner().Clone(),
|
| + platform_handle_watcher_,
|
| nullptr) {}
|
| ~ChannelManagerTest() override {}
|
|
|
|
|