| 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 827ad37242eea687906e74eb0bce061b0ed9251c..6fdda7579f30c4be1c51969869fdb5cbe9c65b5e 100644
|
| --- a/remoting/host/chromoting_host_context_unittest.cc
|
| +++ b/remoting/host/chromoting_host_context_unittest.cc
|
| @@ -11,7 +11,7 @@ namespace remoting {
|
| // A simple test that starts and stop the context. This tests the context
|
| // operates properly and all threads and message loops are valid.
|
| TEST(ChromotingHostContextTest, StartAndStop) {
|
| - ChromotingHostContext context;
|
| + ChromotingHostContext context(NULL);
|
| context.Start();
|
| EXPECT_TRUE(context.jingle_thread());
|
| EXPECT_TRUE(context.main_message_loop());
|
|
|