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