| Index: device/bluetooth/bluetooth_adapter_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_unittest.cc b/device/bluetooth/bluetooth_adapter_unittest.cc
|
| index 8e9e1145ea34473786b8f5e34937dc7008f8e051..b7a6482881f6d8c6ace546f6f45c6ec1edee00d6 100644
|
| --- a/device/bluetooth/bluetooth_adapter_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_unittest.cc
|
| @@ -47,6 +47,8 @@ class TestBluetoothAdapter : public BluetoothAdapter {
|
|
|
| bool IsDiscovering() const override { return false; }
|
|
|
| + void DeleteOnCorrectThread() const override { delete this; }
|
| +
|
| void StartDiscoverySession(const DiscoverySessionCallback& callback,
|
| const ErrorCallback& error_callback) override {}
|
|
|
|
|