| Index: device/bluetooth/bluetooth_device.cc
|
| diff --git a/device/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc
|
| index 2ac3ef2c094235ee90609bf01a7c9c36fc8083db..6ee5ade8ba51bf27896e0c599ce75dd0976ee105 100644
|
| --- a/device/bluetooth/bluetooth_device.cc
|
| +++ b/device/bluetooth/bluetooth_device.cc
|
| @@ -16,8 +16,8 @@
|
|
|
| namespace device {
|
|
|
| -BluetoothDevice::BluetoothDevice()
|
| - : services_data_(new base::DictionaryValue()) {}
|
| +BluetoothDevice::BluetoothDevice(BluetoothAdapter* adapter)
|
| + : adapter_(adapter), services_data_(new base::DictionaryValue()) {}
|
|
|
| BluetoothDevice::~BluetoothDevice() {
|
| STLDeleteValues(&gatt_services_);
|
|
|