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

Unified Diff: device/serial/serial_device_enumerator_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_service_win.h ('k') | device/serial/serial_io_handler_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/serial/serial_device_enumerator_win.h
diff --git a/device/serial/serial_device_enumerator_win.h b/device/serial/serial_device_enumerator_win.h
index b1a8f1606f1b3c7366dbb0fff8d8b5bd30d59f12..541a2bf7ba7817815561d9395af18b1db35d9504 100644
--- a/device/serial/serial_device_enumerator_win.h
+++ b/device/serial/serial_device_enumerator_win.h
@@ -13,10 +13,10 @@ namespace device {
class SerialDeviceEnumeratorWin : public SerialDeviceEnumerator {
public:
SerialDeviceEnumeratorWin();
- virtual ~SerialDeviceEnumeratorWin();
+ ~SerialDeviceEnumeratorWin() override;
// Implementation for SerialDeviceEnumerator.
- virtual mojo::Array<serial::DeviceInfoPtr> GetDevices() override;
+ mojo::Array<serial::DeviceInfoPtr> GetDevices() override;
private:
DISALLOW_COPY_AND_ASSIGN(SerialDeviceEnumeratorWin);
« no previous file with comments | « device/hid/hid_service_win.h ('k') | device/serial/serial_io_handler_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698