| 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 81e74f1c7d4bd69f926e1a91d63f64fd0ab3da3c..a2812ef4359d37881012f8384ef86d6c9683bf8c 100644
|
| --- a/chromeos/network/managed_network_configuration_handler_impl.h
|
| +++ b/chromeos/network/managed_network_configuration_handler_impl.h
|
| @@ -211,7 +211,7 @@ class CHROMEOS_EXPORT ManagedNetworkConfigurationHandlerImpl
|
| // associated set of GUIDs is empty.
|
| UserToModifiedPoliciesMap queued_modified_policies_;
|
|
|
| - ObserverList<NetworkPolicyObserver> observers_;
|
| + base::ObserverList<NetworkPolicyObserver> observers_;
|
|
|
| // For Shill client callbacks
|
| base::WeakPtrFactory<ManagedNetworkConfigurationHandlerImpl>
|
|
|