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

Unified Diff: remoting/host/desktop_process.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
Index: remoting/host/desktop_process.cc
diff --git a/remoting/host/desktop_process.cc b/remoting/host/desktop_process.cc
index 7f3d7301b2e97c93d1d55bba8d861163d2523f8f..2877ddc683853b8313bcb4c42250f249abe54465 100644
--- a/remoting/host/desktop_process.cc
+++ b/remoting/host/desktop_process.cc
@@ -70,7 +70,7 @@ bool DesktopProcess::Start() {
// Launch the I/O thread.
scoped_refptr<AutoThreadTaskRunner> io_task_runner =
AutoThread::CreateWithType(kIoThreadName, caller_task_runner_,
- MessageLoop::TYPE_IO);
+ AutoThread::TYPE_IO);
// Create a desktop agent.
desktop_agent_ = DesktopSessionAgent::Create(caller_task_runner_,

Powered by Google App Engine
This is Rietveld 408576698