| Index: chromeos/network/managed_network_configuration_handler_impl.h
|
| diff --git a/chromeos/network/managed_network_configuration_handler_impl.h b/chromeos/network/managed_network_configuration_handler_impl.h
|
| index 76d6c2ef685b86988d6f201995518ccf79a684af..a6337f3d859313b3bfeee4970188fa333e34cbd3 100644
|
| --- a/chromeos/network/managed_network_configuration_handler_impl.h
|
| +++ b/chromeos/network/managed_network_configuration_handler_impl.h
|
| @@ -215,7 +215,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| // associated set of GUIDs is empty.
|
| UserToModifiedPoliciesMap queued_modified_policies_;
|
|
|
| - base::ObserverList<NetworkPolicyObserver> observers_;
|
| + base::ObserverList<NetworkPolicyObserver, true> observers_;
|
|
|
| // For Shill client callbacks
|
| base::WeakPtrFactory<ManagedNetworkConfigurationHandlerImpl>
|
|
|