| Index: remoting/host/chromoting_host_context_unittest.cc
|
| diff --git a/remoting/host/chromoting_host_context_unittest.cc b/remoting/host/chromoting_host_context_unittest.cc
|
| index a4e670fba68b7464da63e0b522a867664fc3a6be..64010e99671c28f99a1d4484331e029e7a79d94f 100644
|
| --- a/remoting/host/chromoting_host_context_unittest.cc
|
| +++ b/remoting/host/chromoting_host_context_unittest.cc
|
| @@ -18,9 +18,13 @@ TEST(ChromotingHostContextTest, StartAndStop) {
|
| base::MessageLoopProxy::current()));
|
|
|
| context.Start();
|
| - EXPECT_TRUE(context.network_task_runner());
|
| + EXPECT_TRUE(context.audio_task_runner());
|
| EXPECT_TRUE(context.capture_task_runner());
|
| EXPECT_TRUE(context.encode_task_runner());
|
| + EXPECT_TRUE(context.file_task_runner());
|
| + EXPECT_TRUE(context.input_task_runner());
|
| + EXPECT_TRUE(context.network_task_runner());
|
| + EXPECT_TRUE(context.ui_task_runner());
|
| }
|
|
|
| } // namespace remoting
|
|
|