diff options
Diffstat (limited to 'remoting/client/chromoting_client.cc')
-rw-r--r-- | remoting/client/chromoting_client.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc index 7f643dc..059baae 100644 --- a/remoting/client/chromoting_client.cc +++ b/remoting/client/chromoting_client.cc @@ -36,7 +36,7 @@ ChromotingClient::ChromotingClient( connection_(connection), user_interface_(user_interface), host_capabilities_received_(false), - weak_factory_(ALLOW_THIS_IN_INITIALIZER_LIST(this)) { + weak_factory_(this) { rectangle_decoder_ = new RectangleUpdateDecoder(client_context->main_task_runner(), client_context->decode_task_runner(), |