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/onc/onc_utils.cc | |
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/onc/onc_utils.cc')
-rw-r--r-- | chromeos/network/onc/onc_utils.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chromeos/network/onc/onc_utils.cc b/chromeos/network/onc/onc_utils.cc index 9eb4e50..fdff42d 100644 --- a/chromeos/network/onc/onc_utils.cc +++ b/chromeos/network/onc/onc_utils.cc @@ -263,7 +263,7 @@ class OncMaskValues : public Mapper { const OncValueSignature& object_signature, const base::Value& onc_value, bool* found_unknown_field, - bool* error) OVERRIDE { + bool* error) override { if (FieldIsCredential(object_signature, field_name)) { return scoped_ptr<base::Value>(new base::StringValue(mask_)); } else { |