| Index: device/bluetooth/bluetooth_classic_device_mac.h
|
| diff --git a/device/bluetooth/bluetooth_classic_device_mac.h b/device/bluetooth/bluetooth_classic_device_mac.h
|
| index ba6e8063fb49a96ed0221d85201062acf8635bec..7bba06b2f21ba2f085daed8d70fe07916b791fa9 100644
|
| --- a/device/bluetooth/bluetooth_classic_device_mac.h
|
| +++ b/device/bluetooth/bluetooth_classic_device_mac.h
|
| @@ -18,9 +18,12 @@
|
|
|
| namespace device {
|
|
|
| +class BluetoothAdapterMac;
|
| +
|
| class BluetoothClassicDeviceMac : public BluetoothDeviceMac {
|
| public:
|
| - explicit BluetoothClassicDeviceMac(IOBluetoothDevice* device);
|
| + explicit BluetoothClassicDeviceMac(BluetoothAdapterMac* adapter,
|
| + IOBluetoothDevice* device);
|
| ~BluetoothClassicDeviceMac() override;
|
|
|
| // BluetoothDevice override
|
|
|