summaryrefslogtreecommitdiffstats
path: root/remoting/host/host_key_pair_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/host_key_pair_unittest.cc')
-rw-r--r--remoting/host/host_key_pair_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/host/host_key_pair_unittest.cc b/remoting/host/host_key_pair_unittest.cc
index f479f54..ec4fc38 100644
--- a/remoting/host/host_key_pair_unittest.cc
+++ b/remoting/host/host_key_pair_unittest.cc
@@ -36,7 +36,7 @@ class HostKeyPairTest : public testing::Test {
ASSERT_TRUE(test_dir_.CreateUniqueTempDir());
FilePath config_path = test_dir_.path().AppendASCII("test_config.json");
config_ = new JsonHostConfig(
- config_path, base::MessageLoopProxy::CreateForCurrentThread());
+ config_path, base::MessageLoopProxy::current());
}
MessageLoop message_loop_;