| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index 0d2233c7d8a85f1329e3fe98aa57f85c1c41d806..9ca4b3abcee439d5c77448e97e1c44c07fe4c42d 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -117,11 +117,11 @@ void BluetoothAdapterMac::RemoveObserver(BluetoothAdapter::Observer* observer) {
|
| observers_.RemoveObserver(observer);
|
| }
|
|
|
| -std::string BluetoothAdapterMac::address() const {
|
| +std::string BluetoothAdapterMac::GetAddress() const {
|
| return address_;
|
| }
|
|
|
| -std::string BluetoothAdapterMac::name() const {
|
| +std::string BluetoothAdapterMac::GetName() const {
|
| return name_;
|
| }
|
|
|
|
|