| Index: device/bluetooth/bluetooth_adapter_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.cc b/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| index d5e7977c3b3b508aae5aef0d55fd6aaf04a697b4..d92a021cddc5534e5a990dc8d79f9ff3ee2d2512 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| @@ -46,8 +46,6 @@ BluetoothAdapterChromeOS::~BluetoothAdapterChromeOS() {
|
| RemoveObserver(this);
|
| DBusThreadManager::Get()->GetBluetoothManagerClient()->
|
| RemoveObserver(this);
|
| -
|
| - STLDeleteValues(&devices_);
|
| }
|
|
|
| void BluetoothAdapterChromeOS::AddObserver(
|
|
|