| Index: remoting/host/desktop_session_win.cc
|
| diff --git a/remoting/host/desktop_session_win.cc b/remoting/host/desktop_session_win.cc
|
| index 2834074bb932c9ff6dc1acf957d2466a1b5a6d3b..ddba2ef8dabee168e799eae0a2f5f6b9d4827e80 100644
|
| --- a/remoting/host/desktop_session_win.cc
|
| +++ b/remoting/host/desktop_session_win.cc
|
| @@ -207,7 +207,7 @@ RdpSession::RdpSession(
|
| WtsTerminalMonitor* monitor)
|
| : DesktopSessionWin(caller_task_runner, io_task_runner, daemon_process, id,
|
| monitor),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| }
|
|
|
| RdpSession::~RdpSession() {
|
|
|