| Index: remoting/host/native_messaging/native_messaging_reader_unittest.cc
|
| diff --git a/remoting/host/native_messaging/native_messaging_reader_unittest.cc b/remoting/host/native_messaging/native_messaging_reader_unittest.cc
|
| index 26ed78d24893e0587d3a7c0e9b993148f63f1fe4..35af8a2036d6655eca98dffa7fc681111f945467 100644
|
| --- a/remoting/host/native_messaging/native_messaging_reader_unittest.cc
|
| +++ b/remoting/host/native_messaging/native_messaging_reader_unittest.cc
|
| @@ -46,12 +46,11 @@ class NativeMessagingReaderTest : public testing::Test {
|
| private:
|
| // MessageLoop declared here, since the NativeMessageReader ctor requires a
|
| // MessageLoop to have been created.
|
| - base::MessageLoop message_loop_;
|
| + base::MessageLoopForIO message_loop_;
|
| base::RunLoop run_loop_;
|
| };
|
|
|
| -NativeMessagingReaderTest::NativeMessagingReaderTest()
|
| - : message_loop_(base::MessageLoop::TYPE_IO) {
|
| +NativeMessagingReaderTest::NativeMessagingReaderTest() {
|
| }
|
|
|
| NativeMessagingReaderTest::~NativeMessagingReaderTest() {}
|
|
|