| Index: device/bluetooth/bluetooth_device_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_device_mac.mm b/device/bluetooth/bluetooth_device_mac.mm
|
| index dfd1bff0a45afb5d1395f74c70c6905866b49454..2725faeab07dcecbf5806b9799fee147ece7b549 100644
|
| --- a/device/bluetooth/bluetooth_device_mac.mm
|
| +++ b/device/bluetooth/bluetooth_device_mac.mm
|
| @@ -4,10 +4,12 @@
|
|
|
| #include "device/bluetooth/bluetooth_device_mac.h"
|
|
|
| +#include "device/bluetooth/bluetooth_adapter_mac.h"
|
| +
|
| namespace device {
|
|
|
| -BluetoothDeviceMac::BluetoothDeviceMac() {
|
| -}
|
| +BluetoothDeviceMac::BluetoothDeviceMac(BluetoothAdapterMac* adapter)
|
| + : BluetoothDevice(adapter) {}
|
|
|
| BluetoothDeviceMac::~BluetoothDeviceMac() {
|
| }
|
|
|