Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Unified Diff: device/hid/hid_service_win.h

Issue 628873002: replace OVERRIDE and FINAL with override and final in device/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « device/hid/hid_service_mac.h ('k') | device/hid/input_service_linux.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/hid/hid_service_win.h
diff --git a/device/hid/hid_service_win.h b/device/hid/hid_service_win.h
index 51ea8fb530e2cfa57d8b8f8f48ec12a21dc4b73c..4c9dec6902f285d83404082bfa6aec84a8d5214b 100644
--- a/device/hid/hid_service_win.h
+++ b/device/hid/hid_service_win.h
@@ -30,10 +30,10 @@ class HidServiceWin : public HidService {
public:
HidServiceWin();
- virtual void GetDevices(std::vector<HidDeviceInfo>* devices) OVERRIDE;
+ virtual void GetDevices(std::vector<HidDeviceInfo>* devices) override;
virtual scoped_refptr<HidConnection> Connect(const HidDeviceId& device_id)
- OVERRIDE;
+ override;
private:
virtual ~HidServiceWin();
« no previous file with comments | « device/hid/hid_service_mac.h ('k') | device/hid/input_service_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698