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 572d9155b87cfe330a91d72667e95dba4ba50604..cc64010b1d9d9ce7fac0fee831f5debc6c91f48e 100644 |
--- a/device/bluetooth/bluetooth_rfcomm_channel_mac.h |
+++ b/device/bluetooth/bluetooth_rfcomm_channel_mac.h |
@@ -38,7 +38,7 @@ class BluetoothRfcommChannelMac : public BluetoothChannelMac { |
// BluetoothChannelMac: |
virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE; |
- virtual std::string GetDeviceAddress() OVERRIDE; |
+ virtual IOBluetoothDevice* GetDevice() OVERRIDE; |
virtual uint16_t GetOutgoingMTU() OVERRIDE; |
virtual IOReturn WriteAsync(void* data, |
uint16_t length, |