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

Unified Diff: device/hid/hid_service_win.h

Issue 1107433002: Update {virtual,override} to follow C++11 style in device. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sync and git cl format Created 5 years, 8 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_connection_win.cc ('k') | device/serial/serial_device_enumerator_win.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 ea370057af903cff822916ddcdab07d5f6ee8734..b5b081d6590f0f2a79808796ca06f57e4b332888 100644
--- a/device/hid/hid_service_win.h
+++ b/device/hid/hid_service_win.h
@@ -33,11 +33,11 @@ class HidServiceWin : public HidService, public DeviceMonitorWin::Observer {
public:
HidServiceWin(scoped_refptr<base::SingleThreadTaskRunner> file_task_runner);
- virtual void Connect(const HidDeviceId& device_id,
- const ConnectCallback& callback) override;
+ void Connect(const HidDeviceId& device_id,
+ const ConnectCallback& callback) override;
private:
- virtual ~HidServiceWin();
+ ~HidServiceWin() override;
static void EnumerateOnFileThread(
base::WeakPtr<HidServiceWin> service,
« no previous file with comments | « device/hid/hid_connection_win.cc ('k') | device/serial/serial_device_enumerator_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698