| Index: remoting/host/policy_hack/policy_watcher.cc
|
| diff --git a/remoting/host/policy_hack/policy_watcher.cc b/remoting/host/policy_hack/policy_watcher.cc
|
| index 01b288a2c03507f7c8d17cf27639a6b07c7e61fd..f30e5cc85da00f6c278f7dff5aa79ceeb25814da 100644
|
| --- a/remoting/host/policy_hack/policy_watcher.cc
|
| +++ b/remoting/host/policy_hack/policy_watcher.cc
|
| @@ -106,7 +106,7 @@ PolicyWatcher::PolicyWatcher(
|
| : task_runner_(task_runner),
|
| old_policies_(new base::DictionaryValue()),
|
| default_values_(new base::DictionaryValue()),
|
| - ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)) {
|
| + weak_factory_(this) {
|
| // Initialize the default values for each policy.
|
| default_values_->SetBoolean(kNatPolicyName, true);
|
| default_values_->SetBoolean(kHostRequireTwoFactorPolicyName, false);
|
|
|