Index: remoting/client/chromoting_client.cc |
diff --git a/remoting/client/chromoting_client.cc b/remoting/client/chromoting_client.cc |
index 7f643dcda7af156567055fc9b7547131a89f0090..059baaeca6d32258f37be132e9d69acf1fe4f869 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(), |