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 a3a48f13f9525388f02a2edab8ac9d19bfded39b..853ea1ca97af1ba15fbb73f115cf68e03b2b679c 100644 |
--- a/remoting/host/chromoting_host_context_unittest.cc |
+++ b/remoting/host/chromoting_host_context_unittest.cc |
@@ -18,7 +18,7 @@ TEST(ChromotingHostContextTest, StartAndStop) { |
scoped_ptr<ChromotingHostContext> context = |
ChromotingHostContext::Create(new AutoThreadTaskRunner( |
- message_loop.message_loop_proxy(), run_loop.QuitClosure())); |
+ message_loop.message_loop_proxy(), run_loop.QuitClosure())); |
EXPECT_TRUE(context); |
if (!context) |