| Index: remoting/host/json_host_config_unittest.cc
|
| diff --git a/remoting/host/json_host_config_unittest.cc b/remoting/host/json_host_config_unittest.cc
|
| index 5a59311ac39183f3b0c854a926f8a32f21c8fa5f..3184f75bfc85e372b7396bc2680ac06c7e0132a1 100644
|
| --- a/remoting/host/json_host_config_unittest.cc
|
| +++ b/remoting/host/json_host_config_unittest.cc
|
| @@ -27,7 +27,7 @@ const char* kTestConfig =
|
| class JsonHostConfigTest : public testing::Test {
|
| protected:
|
| virtual void SetUp() {
|
| - message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread();
|
| + message_loop_proxy_ = base::MessageLoopProxy::current();
|
| }
|
|
|
| static void WriteTestFile(const FilePath& filename) {
|
|
|