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

Unified Diff: remoting/host/win/worker_process_launcher_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
Index: remoting/host/win/worker_process_launcher_unittest.cc
diff --git a/remoting/host/win/worker_process_launcher_unittest.cc b/remoting/host/win/worker_process_launcher_unittest.cc
index cd92b111f20526aee7eb47fb964ba1fe672d0496..5503ab9ab763c8fec286432dc4f8b8efc5c1dcda 100644
--- a/remoting/host/win/worker_process_launcher_unittest.cc
+++ b/remoting/host/win/worker_process_launcher_unittest.cc
@@ -152,7 +152,7 @@ class WorkerProcessLauncherTest
protected:
void DoLaunchProcess();
- base::MessageLoop message_loop_;
+ base::MessageLoopForIO message_loop_;
scoped_refptr<AutoThreadTaskRunner> task_runner_;
// Receives messages sent to the worker process.
@@ -180,9 +180,7 @@ class WorkerProcessLauncherTest
ScopedHandle worker_process_;
};
-WorkerProcessLauncherTest::WorkerProcessLauncherTest()
- : message_loop_(base::MessageLoop::TYPE_IO),
- event_handler_(NULL) {
+WorkerProcessLauncherTest::WorkerProcessLauncherTest() : event_handler_(NULL) {
}
WorkerProcessLauncherTest::~WorkerProcessLauncherTest() {
« no previous file with comments | « remoting/host/native_messaging/native_messaging_reader_unittest.cc ('k') | tools/ipc_fuzzer/replay/replay_process.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698