| Index: device/bluetooth/test/mock_bluetooth_adapter.cc
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.cc b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| index 9938cc373286335e173cf155c16d89939e09c968..7c2c953f5053752049d4f2c9df1ca1d66e3b681d 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.cc
|
| @@ -14,6 +14,10 @@ MockBluetoothAdapter::MockBluetoothAdapter() {
|
|
|
| MockBluetoothAdapter::~MockBluetoothAdapter() {}
|
|
|
| +void MockBluetoothAdapter::DeleteOnCorrectThread() const {
|
| + delete this;
|
| +};
|
| +
|
| void MockBluetoothAdapter::AddDiscoverySession(
|
| const base::Closure& callback,
|
| const ErrorCallback& error_callback) {}
|
|
|