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