| 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 59a2ec59478fb99e5fb70f419e752c05afb28449..2ada2ed804c0492d353cad8a8a316b7a4a4229ee 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());
|
|
|