Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(351)

Unified Diff: remoting/host/native_messaging/native_messaging_reader_unittest.cc

Issue 136683004: Removes MessageLoop::TYPE_XXX where possible (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: resolve merge Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/host/daemon_process_unittest.cc ('k') | remoting/host/win/worker_process_launcher_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « remoting/host/daemon_process_unittest.cc ('k') | remoting/host/win/worker_process_launcher_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698