| Index: device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc b/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
|
| index ea0883ade491fbd27cff8436cdf1325116573a98..8cdfb9618629b15a7c977c7fe4f889893e837602 100644
|
| --- a/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_experimental_chromeos.cc
|
| @@ -26,11 +26,11 @@ void BluetoothAdapterExperimentalChromeOS::RemoveObserver(
|
| BluetoothAdapter::Observer* observer) {
|
| }
|
|
|
| -std::string BluetoothAdapterExperimentalChromeOS::address() const {
|
| +std::string BluetoothAdapterExperimentalChromeOS::GetAddress() const {
|
| return std::string();
|
| }
|
|
|
| -std::string BluetoothAdapterExperimentalChromeOS::name() const {
|
| +std::string BluetoothAdapterExperimentalChromeOS::GetName() const {
|
| return std::string();
|
| }
|
|
|
|
|