| Index: remoting/host/host_key_pair_unittest.cc
|
| diff --git a/remoting/host/host_key_pair_unittest.cc b/remoting/host/host_key_pair_unittest.cc
|
| index f479f54f9ed096c0a060ce8980a91f7be2a0f28e..ec4fc389ea0fc20b91360951a7d01854280e948c 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_;
|
|
|