summaryrefslogtreecommitdiffstats
path: root/chromeos/network/network_configuration_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromeos/network/network_configuration_handler.h')
-rw-r--r--chromeos/network/network_configuration_handler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/network_configuration_handler.h b/chromeos/network/network_configuration_handler.h
index 0ab68f0..1c6abae 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);
};