| Index: chrome/browser/chromeos/policy/user_network_configuration_updater.h
|
| diff --git a/chrome/browser/chromeos/policy/user_network_configuration_updater.h b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
|
| index b8512420e81d189a779acc18f0f8ed329be48ed4..3c8500943fe3e1900769315eeecc159368b74fca 100644
|
| --- a/chrome/browser/chromeos/policy/user_network_configuration_updater.h
|
| +++ b/chrome/browser/chromeos/policy/user_network_configuration_updater.h
|
| @@ -102,16 +102,16 @@ class UserNetworkConfigurationUpdater : public NetworkConfigurationUpdater,
|
|
|
| // NetworkConfigurationUpdater:
|
| virtual void ImportCertificates(
|
| - const base::ListValue& certificates_onc) OVERRIDE;
|
| + const base::ListValue& certificates_onc) override;
|
| virtual void ApplyNetworkPolicy(
|
| base::ListValue* network_configs_onc,
|
| - base::DictionaryValue* global_network_config) OVERRIDE;
|
| + base::DictionaryValue* global_network_config) override;
|
|
|
| // content::NotificationObserver implementation. Observes the profile to which
|
| // |this| belongs to for PROFILE_ADDED notification.
|
| virtual void Observe(int type,
|
| const content::NotificationSource& source,
|
| - const content::NotificationDetails& details) OVERRIDE;
|
| + const content::NotificationDetails& details) override;
|
|
|
| // Creates onc::CertImporter with |database| and passes it to
|
| // |SetCertificateImporter|.
|
|
|