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 3d857b3302f6eb382ada3c88997bd3433b2e153b..5e2c0ea96f2e7e197dbf66db98a2cd526a0dc88d 100644 |
--- a/remoting/host/chromoting_host_context_unittest.cc |
+++ b/remoting/host/chromoting_host_context_unittest.cc |
@@ -13,8 +13,7 @@ namespace remoting { |
// operates properly and all threads and message loops are valid. |
TEST(ChromotingHostContextTest, StartAndStop) { |
MessageLoop message_loop; |
- ChromotingHostContext context( |
- base::MessageLoopProxy::current()); |
+ ChromotingHostContext context(NULL, base::MessageLoopProxy::current()); |
context.Start(); |
EXPECT_TRUE(context.jingle_thread()); |