| Index: device/bluetooth/test/mock_bluetooth_device.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_device.h b/device/bluetooth/test/mock_bluetooth_device.h
|
| index 29ce1776a568670fa3cd36e7438fd7885848ba0c..7bb24f670fa1b8f111a4fb8bee9ab063852dccd5 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_device.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_device.h
|
| @@ -26,8 +26,6 @@ class MockBluetoothDevice : public BluetoothDevice {
|
| bool connected);
|
| virtual ~MockBluetoothDevice();
|
|
|
| - MOCK_METHOD1(AddObserver, void(BluetoothDevice::Observer*));
|
| - MOCK_METHOD1(RemoveObserver, void(BluetoothDevice::Observer*));
|
| MOCK_CONST_METHOD0(GetBluetoothClass, uint32());
|
| MOCK_CONST_METHOD0(GetDeviceName, std::string());
|
| MOCK_CONST_METHOD0(GetAddress, std::string());
|
|
|