| Index: remoting/host/client_session.cc
|
| diff --git a/remoting/host/client_session.cc b/remoting/host/client_session.cc
|
| index 24cad356852183deea19934d2a9afb99f86af3fa..ab1ab5136cdfe1040c6251cb63f3fea33cb38985 100644
|
| --- a/remoting/host/client_session.cc
|
| +++ b/remoting/host/client_session.cc
|
| @@ -47,7 +47,7 @@ ClientSession::ClientSession(
|
| : event_handler_(event_handler),
|
| connection_(connection.Pass()),
|
| client_jid_(connection_->session()->jid()),
|
| - control_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)),
|
| + control_factory_(this),
|
| desktop_environment_factory_(desktop_environment_factory),
|
| input_tracker_(&host_input_filter_),
|
| remote_input_filter_(&input_tracker_),
|
|
|