Index: remoting/host/daemon_process_win.cc |
diff --git a/remoting/host/daemon_process_win.cc b/remoting/host/daemon_process_win.cc |
index 6127c64c76699dee5eaab091ebfc46b5f86246d2..a67a8dba881db02e1fcee549009a0109655f9c5c 100644 |
--- a/remoting/host/daemon_process_win.cc |
+++ b/remoting/host/daemon_process_win.cc |
@@ -221,7 +221,8 @@ void DaemonProcessWin::LaunchNetworkProcess() { |
scoped_ptr<UnprivilegedProcessDelegate> delegate( |
new UnprivilegedProcessDelegate(io_task_runner(), target.Pass())); |
- network_launcher_.reset(new WorkerProcessLauncher(delegate.Pass(), this)); |
+ network_launcher_.reset(new WorkerProcessLauncher( |
+ delegate.PassAs<WorkerProcessLauncher::Delegate>(), this)); |
} |
scoped_ptr<DaemonProcess> DaemonProcess::Create( |