| Index: device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| diff --git a/device/bluetooth/test/mock_bluetooth_gatt_service.h b/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| index 08e5934e753ba886ff5e8bb0cb824d20b9d9e156..b03adfae16b6c22e65a3a948203add3eaee28661 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_gatt_service.h
|
| @@ -26,8 +26,6 @@ class MockBluetoothGattService : public BluetoothGattService {
|
| bool is_local);
|
| virtual ~MockBluetoothGattService();
|
|
|
| - MOCK_METHOD1(AddObserver, void(BluetoothGattService::Observer*));
|
| - MOCK_METHOD1(RemoveObserver, void(BluetoothGattService::Observer*));
|
| MOCK_CONST_METHOD0(GetIdentifier, std::string());
|
| MOCK_CONST_METHOD0(GetUUID, BluetoothUUID());
|
| MOCK_CONST_METHOD0(IsLocal, bool());
|
|
|