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

Unified Diff: remoting/host/desktop_process_unittest.cc

Issue 11348087: Add AutoThread types for Windows that initialize COM. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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
« remoting/base/auto_thread.h ('K') | « remoting/host/desktop_process.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/desktop_process_unittest.cc
diff --git a/remoting/host/desktop_process_unittest.cc b/remoting/host/desktop_process_unittest.cc
index f9a8f13eb71efeee825cbbf4ab18bfc700298168..748503ea2c0f91a2a7af8c250a2dd06761a4a98c 100644
--- a/remoting/host/desktop_process_unittest.cc
+++ b/remoting/host/desktop_process_unittest.cc
@@ -185,7 +185,7 @@ void DesktopProcessTest::RunDesktopProcess() {
message_loop_.message_loop_proxy(), quit_ui_task_runner);
io_task_runner_ = AutoThread::CreateWithType("IPC thread", ui_task_runner,
- MessageLoop::TYPE_IO);
+ AutoThread::TYPE_IO);
std::string channel_name = IPC::Channel::GenerateUniqueRandomChannelID();
daemon_channel_.reset(new IPC::ChannelProxy(
« remoting/base/auto_thread.h ('K') | « remoting/host/desktop_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698