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

Unified Diff: device/bluetooth/bluetooth_rfcomm_channel_mac.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
Index: device/bluetooth/bluetooth_rfcomm_channel_mac.h
diff --git a/device/bluetooth/bluetooth_rfcomm_channel_mac.h b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
index cc64010b1d9d9ce7fac0fee831f5debc6c91f48e..665e2d3db2270f821989055db7b9a9592957eb12 100644
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.h
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.h
@@ -37,12 +37,12 @@ class BluetoothRfcommChannelMac : public BluetoothChannelMac {
IOReturn* status);
// BluetoothChannelMac:
- virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
- virtual IOBluetoothDevice* GetDevice() OVERRIDE;
- virtual uint16_t GetOutgoingMTU() OVERRIDE;
+ virtual void SetSocket(BluetoothSocketMac* socket) override;
+ virtual IOBluetoothDevice* GetDevice() override;
+ virtual uint16_t GetOutgoingMTU() override;
virtual IOReturn WriteAsync(void* data,
uint16_t length,
- void* refcon) OVERRIDE;
+ void* refcon) override;
void OnChannelOpenComplete(IOBluetoothRFCOMMChannel* channel,
IOReturn status);
« no previous file with comments | « device/bluetooth/bluetooth_remote_gatt_service_chromeos.h ('k') | device/bluetooth/bluetooth_socket_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698