| Index: device/bluetooth/bluetooth_classic_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.mm b/device/bluetooth/bluetooth_classic_device_mac.mm
|
| index e3ceae3b20177fd9f79212ede553aa71bd6ae121..f7743e0dca26c6167ea07c3f4a00f6aa5378d4eb 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.mm
|
| @@ -58,9 +58,10 @@ BluetoothUUID ExtractUuid(IOBluetoothSDPDataElement* service_class_data) {
|
|
|
| } // namespace
|
|
|
| -BluetoothClassicDeviceMac::BluetoothClassicDeviceMac(IOBluetoothDevice* device)
|
| - : device_([device retain]) {
|
| -}
|
| +BluetoothClassicDeviceMac::BluetoothClassicDeviceMac(
|
| + BluetoothAdapterMac* adapter,
|
| + IOBluetoothDevice* device)
|
| + : BluetoothDeviceMac(adapter), device_([device retain]) {}
|
|
|
| BluetoothClassicDeviceMac::~BluetoothClassicDeviceMac() {
|
| }
|
|
|