diff options
author | mostynb <mostynb@opera.com> | 2014-10-06 06:57:52 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-10-06 13:58:09 +0000 |
commit | 4f4cf14943aba9f3ea42f631f9eb491ce0c87857 (patch) | |
tree | 1618fda16904edf449107e4088b7eb7316538816 /chromeos/network/device_state.h | |
parent | 71fc3adc68bb1feb651b7f38cd0a4eb777186de9 (diff) | |
download | chromium_src-4f4cf14943aba9f3ea42f631f9eb491ce0c87857.zip chromium_src-4f4cf14943aba9f3ea42f631f9eb491ce0c87857.tar.gz chromium_src-4f4cf14943aba9f3ea42f631f9eb491ce0c87857.tar.bz2 |
replace OVERRIDE and FINAL with override and final in chromeos/
BUG=417463
Review URL: https://codereview.chromium.org/628883002
Cr-Commit-Position: refs/heads/master@{#298229}
Diffstat (limited to 'chromeos/network/device_state.h')
-rw-r--r-- | chromeos/network/device_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/network/device_state.h b/chromeos/network/device_state.h index 3e8195b..db6830f 100644 --- a/chromeos/network/device_state.h +++ b/chromeos/network/device_state.h @@ -22,9 +22,9 @@ class CHROMEOS_EXPORT DeviceState : public ManagedState { // ManagedState overrides 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; void IPConfigPropertiesChanged(const std::string& ip_config_path, const base::DictionaryValue& properties); |