Index: device/bluetooth/bluetooth_l2cap_channel_mac.h |
diff --git a/device/bluetooth/bluetooth_l2cap_channel_mac.h b/device/bluetooth/bluetooth_l2cap_channel_mac.h |
index 1d489a0a0bff8f8a74abd73f957fb6cd2e35c9f3..f843608d204f78e4464422c41b045e140314c387 100644 |
--- a/device/bluetooth/bluetooth_l2cap_channel_mac.h |
+++ b/device/bluetooth/bluetooth_l2cap_channel_mac.h |
@@ -38,7 +38,7 @@ class BluetoothL2capChannelMac : 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, |