| Index: device/bluetooth/bluetooth_device.cc
|
| diff --git a/device/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc
|
| index fe21162e9335f453e377960f70731698ea67fcb6..c1f62d99568f249f1790b47823872e8396682840 100644
|
| --- a/device/bluetooth/bluetooth_device.cc
|
| +++ b/device/bluetooth/bluetooth_device.cc
|
| @@ -15,8 +15,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_);
|
|
|