| Index: remoting/host/host_change_notification_listener.cc
|
| diff --git a/remoting/host/host_change_notification_listener.cc b/remoting/host/host_change_notification_listener.cc
|
| index 4805ec362bbd1d3beaa2795ef90375300b9fd4fa..2c5b88bd72a2efe7132b767d877a7ea07d52d3df 100644
|
| --- a/remoting/host/host_change_notification_listener.cc
|
| +++ b/remoting/host/host_change_notification_listener.cc
|
| @@ -29,7 +29,7 @@ HostChangeNotificationListener::HostChangeNotificationListener(
|
| host_id_(host_id),
|
| signal_strategy_(signal_strategy),
|
| directory_bot_jid_(directory_bot_jid),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| DCHECK(signal_strategy_);
|
|
|
| signal_strategy_->AddListener(this);
|
|
|