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

Unified Diff: device/hid/input_service_linux.cc

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
Index: device/hid/input_service_linux.cc
diff --git a/device/hid/input_service_linux.cc b/device/hid/input_service_linux.cc
index 90132e91af24b78e7afa9ff0da84ec1af8fd93b2..81c7e08bfdb9ad1d173d7de77382481aa955d9c8 100644
--- a/device/hid/input_service_linux.cc
+++ b/device/hid/input_service_linux.cc
@@ -77,8 +77,8 @@ class InputServiceLinuxImpl : public InputServiceLinux,
public DeviceMonitorLinux::Observer {
public:
// Implements DeviceMonitorLinux::Observer:
- virtual void OnDeviceAdded(udev_device* device) OVERRIDE;
- virtual void OnDeviceRemoved(udev_device* device) OVERRIDE;
+ virtual void OnDeviceAdded(udev_device* device) override;
+ virtual void OnDeviceRemoved(udev_device* device) override;
private:
friend class InputServiceLinux;
« no previous file with comments | « device/hid/input_service_linux.h ('k') | device/media_transfer_protocol/media_transfer_protocol_daemon_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698