| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index bb970eb2bee2e9aa7651f57c9ce161e7d64a7390..6005b301c6c05b50274057502e9138dbda3a88f6 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -573,7 +573,7 @@ void DesktopSessionWin::OnSessionDetached() {
|
| void DesktopSessionWin::OnDesktopSessionAgentAttached(
|
| IPC::PlatformFileForTransit desktop_pipe) {
|
| if (!daemon_process()->OnDesktopSessionAgentAttached(id(),
|
| - desktop_process_,
|
| + desktop_process_.Get(),
|
| desktop_pipe)) {
|
| CrashDesktopProcess(FROM_HERE);
|
| }
|
|
|