| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 9f7de5613804b7f97250d119805a05965f50761a..0d3810badd797634687a469b67988c241564d411 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -81,7 +81,7 @@ ChromotingHost::ChromotingHost(
|
| login_backoff_(&kDefaultBackoffPolicy),
|
| authenticating_client_(false),
|
| reject_authenticating_client_(false),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| DCHECK(signal_strategy);
|
| DCHECK(network_task_runner_->BelongsToCurrentThread());
|
|
|
|
|