| 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 f375b4c68c295de349ccc7dbf7bbcd9084b2920e..d2c987886782ae353fc29b845638ce540afa5523 100644
|
| --- a/device/bluetooth/test/mock_bluetooth_adapter.h
|
| +++ b/device/bluetooth/test/mock_bluetooth_adapter.h
|
| @@ -33,8 +33,8 @@ class MockBluetoothAdapter : public BluetoothAdapter {
|
|
|
| MOCK_METHOD1(AddObserver, void(BluetoothAdapter::Observer*));
|
| MOCK_METHOD1(RemoveObserver, void(BluetoothAdapter::Observer*));
|
| - MOCK_CONST_METHOD0(address, std::string());
|
| - MOCK_CONST_METHOD0(name, std::string());
|
| + MOCK_CONST_METHOD0(GetAddress, std::string());
|
| + MOCK_CONST_METHOD0(GetName, std::string());
|
| MOCK_CONST_METHOD0(IsInitialized, bool());
|
| MOCK_CONST_METHOD0(IsPresent, bool());
|
| MOCK_CONST_METHOD0(IsPowered, bool());
|
|
|