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

Unified Diff: tools/ipc_fuzzer/replay/replay_process.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: tools/ipc_fuzzer/replay/replay_process.cc
diff --git a/tools/ipc_fuzzer/replay/replay_process.cc b/tools/ipc_fuzzer/replay/replay_process.cc
index cf969add1c9f7ab41c42e5ee05578d94c2f32a85..b141cd0029e25310c2e728a01a32cac16e9a078a 100644
--- a/tools/ipc_fuzzer/replay/replay_process.cc
+++ b/tools/ipc_fuzzer/replay/replay_process.cc
@@ -18,8 +18,7 @@
namespace ipc_fuzzer {
ReplayProcess::ReplayProcess()
- : main_loop_(base::MessageLoop::TYPE_DEFAULT),
- io_thread_("Chrome_ChildIOThread"),
+ : io_thread_("Chrome_ChildIOThread"),
shutdown_event_(true, false),
message_index_(0) {
}
« no previous file with comments | « remoting/host/win/worker_process_launcher_unittest.cc ('k') | ui/message_center/message_center_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698