X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fremoting%2Fhost%2Fdesktop_session_win.cc;h=bb970eb2bee2e9aa7651f57c9ce161e7d64a7390;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=676a3d92d3a8673fc17ab7769b33de1b17a5183f;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/remoting/host/desktop_session_win.cc b/src/remoting/host/desktop_session_win.cc index 676a3d9..bb970eb 100644 --- a/src/remoting/host/desktop_session_win.cc +++ b/src/remoting/host/desktop_session_win.cc @@ -552,7 +552,8 @@ void DesktopSessionWin::OnSessionAttached(uint32 session_id) { } // Create a launcher for the desktop process, using the per-session delegate. - launcher_.reset(new WorkerProcessLauncher(delegate.Pass(), this)); + launcher_.reset(new WorkerProcessLauncher( + delegate.PassAs(), this)); } void DesktopSessionWin::OnSessionDetached() {