| Index: chromeos/network/network_configuration_handler.h
|
| diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
|
| index 0ab68f070fa3d96c565199b3c7e1d690bc3a5c1e..1c6abaec705c79f8e2e6ce5b2241924d07de8dc1 100644
|
| --- a/chromeos/network/network_configuration_handler.h
|
| +++ b/chromeos/network/network_configuration_handler.h
|
| @@ -206,7 +206,7 @@ class CHROMEOS_EXPORT NetworkConfigurationHandler
|
| // Map of in-progress deleter instances. Owned by this class.
|
| std::map<std::string, ProfileEntryDeleter*> profile_entry_deleters_;
|
|
|
| - ObserverList<NetworkConfigurationObserver> observers_;
|
| + base::ObserverList<NetworkConfigurationObserver> observers_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NetworkConfigurationHandler);
|
| };
|
|
|