| Index: device/bluetooth/test/bluetooth_test.cc
|
| diff --git a/device/bluetooth/test/bluetooth_test.cc b/device/bluetooth/test/bluetooth_test.cc
|
| index f1ed4c5caac2b383f10887dadf6258a1cfae3c60..6332d565b4716783f8e5e4e33a17ae0115cafb38 100644
|
| --- a/device/bluetooth/test/bluetooth_test.cc
|
| +++ b/device/bluetooth/test/bluetooth_test.cc
|
| @@ -56,10 +56,8 @@ void BluetoothTestBase::DiscoverySessionCallback(
|
| discovery_sessions_.push_back(discovery_session.release());
|
| }
|
|
|
| -void BluetoothTestBase::GattConnectionCallback(
|
| - scoped_ptr<BluetoothGattConnection> connection) {
|
| +void BluetoothTestBase::GattConnectionCallback() {
|
| ++callback_count_;
|
| - gatt_connections_.push_back(connection.release());
|
| }
|
|
|
| void BluetoothTestBase::ErrorCallback() {
|
|
|