| Index: chromeos/network/network_state.h
|
| diff --git a/chromeos/network/network_state.h b/chromeos/network/network_state.h
|
| index 5098389b38164397111df203c029b8176e1d34b1..91247b474f9e4c175f148d72ac794bbe6dff46c9 100644
|
| --- a/chromeos/network/network_state.h
|
| +++ b/chromeos/network/network_state.h
|
| @@ -38,11 +38,11 @@ class CHROMEOS_EXPORT NetworkState : public ManagedState {
|
| // ManagedState overrides
|
| // If you change this method, update GetProperties too.
|
| virtual bool PropertyChanged(const std::string& key,
|
| - const base::Value& value) OVERRIDE;
|
| + const base::Value& value) override;
|
| virtual bool InitialPropertiesReceived(
|
| - const base::DictionaryValue& properties) OVERRIDE;
|
| + const base::DictionaryValue& properties) override;
|
| virtual void GetStateProperties(
|
| - base::DictionaryValue* dictionary) const OVERRIDE;
|
| + base::DictionaryValue* dictionary) const override;
|
|
|
| void IPConfigPropertiesChanged(const base::DictionaryValue& properties);
|
|
|
|
|