| Index: device/bluetooth/test/mock_bluetooth_adapter.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_adapter.h b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| index 2208bfd5b38325082e90ef0a33c6d0bf431e0b7c..f63aa315e371ed30e733c27324148c0bad622a9c 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -78,6 +78,7 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
| const CreateServiceErrorCallback& error_callback));
|
|
|
| protected:
|
| + void DeleteOnCorrectThread() const override;
|
| virtual void AddDiscoverySession(const base::Closure& callback,
|
| const ErrorCallback& error_callback);
|
| virtual void RemoveDiscoverySession(const base::Closure& callback,
|
|
|