| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index eff9158be94d6e01981f7125d0e6928de273d7a5..77b30603117f75a77d7081dc94a76e31d97b5946 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -308,7 +308,7 @@ bool RdpSession::Initialize(const ScreenResolution& resolution) {
|
| result = rdp_desktop_session_->Connect(host_size.width(), host_size.height(),
|
| kDefaultRdpDpi, kDefaultRdpDpi,
|
| terminal_id, server_port,
|
| - event_handler.get());
|
| + event_handler.Get());
|
| if (FAILED(result)) {
|
| LOG(ERROR) << "RdpSession::Create() failed, 0x"
|
| << std::hex << result << std::dec << ".";
|
|
|