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..fc7e6ebf00cacf86ef12d70a6f30a784efa1e18c 100644 |
--- a/device/bluetooth/test/mock_bluetooth_adapter.h |
+++ b/device/bluetooth/test/mock_bluetooth_adapter.h |
@@ -33,6 +33,7 @@ class MockBluetoothAdapter : public BluetoothAdapter { |
virtual bool IsInitialized() const { return true; } |
+ MOCK_METHOD0(DeleteOnCorrectThread, void()); |
MOCK_METHOD1(AddObserver, void(BluetoothAdapter::Observer*)); |
MOCK_METHOD1(RemoveObserver, void(BluetoothAdapter::Observer*)); |
MOCK_CONST_METHOD0(GetAddress, std::string()); |