Index: remoting/host/chromoting_host_context_unittest.cc |
=================================================================== |
--- remoting/host/chromoting_host_context_unittest.cc (revision 148577) |
+++ remoting/host/chromoting_host_context_unittest.cc (working copy) |
@@ -16,7 +16,7 @@ |
ChromotingHostContext context(base::MessageLoopProxy::current()); |
context.Start(); |
- EXPECT_TRUE(context.network_task_runner()); |
+ EXPECT_TRUE(context.jingle_thread()); |
EXPECT_TRUE(context.capture_task_runner()); |
EXPECT_TRUE(context.encode_task_runner()); |
} |