summaryrefslogtreecommitdiffstats
path: root/device/hid/hid_service_mac.h
diff options
context:
space:
mode:
authormostynb <mostynb@opera.com>2014-10-06 11:58:54 -0700
committerCommit bot <commit-bot@chromium.org>2014-10-06 18:59:32 +0000
commit53cd3c4dcc32e26f5bf3fb0a1e9cf27bd47b9d6b (patch)
tree8d5842cd29ae43752b5f4ebc8d190e5a73282186 /device/hid/hid_service_mac.h
parentdafebe67bfde1d352b552016db93d089d6693799 (diff)
downloadchromium_src-53cd3c4dcc32e26f5bf3fb0a1e9cf27bd47b9d6b.zip
chromium_src-53cd3c4dcc32e26f5bf3fb0a1e9cf27bd47b9d6b.tar.gz
chromium_src-53cd3c4dcc32e26f5bf3fb0a1e9cf27bd47b9d6b.tar.bz2
replace OVERRIDE and FINAL with override and final in device/
BUG=417463 Review URL: https://codereview.chromium.org/628873002 Cr-Commit-Position: refs/heads/master@{#298289}
Diffstat (limited to 'device/hid/hid_service_mac.h')
-rw-r--r--device/hid/hid_service_mac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/hid/hid_service_mac.h b/device/hid/hid_service_mac.h
index 7c43234..eb9da5b 100644
--- a/device/hid/hid_service_mac.h
+++ b/device/hid/hid_service_mac.h
@@ -27,7 +27,7 @@ class HidServiceMac : public HidService {
HidServiceMac();
virtual scoped_refptr<HidConnection> Connect(const HidDeviceId& device_id)
- OVERRIDE;
+ override;
private:
virtual ~HidServiceMac();