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 0e1a0ceb5a08ca6027fbedf582b29788b7a65bc4..1ceb95ca9fa991939aa4b880421a801396cb92f5 100644 |
--- a/remoting/host/chromoting_host_context_unittest.cc |
+++ b/remoting/host/chromoting_host_context_unittest.cc |
@@ -16,7 +16,7 @@ TEST(ChromotingHostContextTest, StartAndStop) { |
ChromotingHostContext context(base::MessageLoopProxy::current()); |
context.Start(); |
- EXPECT_TRUE(context.jingle_thread()); |
+ EXPECT_TRUE(context.network_task_runner()); |
EXPECT_TRUE(context.capture_task_runner()); |
EXPECT_TRUE(context.encode_task_runner()); |
} |