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 6b481d7a18cbc79f5c015a7f7f4a63cc8cc20dfc..8f08d879fc096f9275173de95a9ac0658a806f4b 100644 |
--- a/remoting/host/chromoting_host_context_unittest.cc |
+++ b/remoting/host/chromoting_host_context_unittest.cc |
@@ -15,7 +15,7 @@ TEST(ChromotingHostContextTest, StartAndStop) { |
context.Start(); |
EXPECT_TRUE(context.jingle_thread()); |
EXPECT_TRUE(context.main_message_loop()); |
- EXPECT_TRUE(context.capture_message_loop()); |
+ EXPECT_TRUE(context.capture_message_loop_proxy()); |
EXPECT_TRUE(context.encode_message_loop()); |
context.Stop(); |