summaryrefslogtreecommitdiffstats
path: root/chromeos/network/device_state.h
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-06 06:57:52 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-06 13:58:09 +0000
commit4f4cf14943aba9f3ea42f631f9eb491ce0c87857 (patch)
tree1618fda16904edf449107e4088b7eb7316538816 /chromeos/network/device_state.h
parent71fc3adc68bb1feb651b7f38cd0a4eb777186de9 (diff)
downloadchromium_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.h4
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);