| Index: device/bluetooth/bluetooth_adapter_chromeos.h
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.h b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| index 0c4f9600a0e4669cd6ec6322bcbc022d3207e866..c210a30ea06778adfc6089484a33bbdf0ed70d1e 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.h
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.h
|
| @@ -42,8 +42,8 @@ class BluetoothAdapterChromeOS
|
| device::BluetoothAdapter::Observer* observer) OVERRIDE;
|
| virtual void RemoveObserver(
|
| device::BluetoothAdapter::Observer* observer) OVERRIDE;
|
| - virtual std::string address() const OVERRIDE;
|
| - virtual std::string name() const OVERRIDE;
|
| + virtual std::string GetAddress() const OVERRIDE;
|
| + virtual std::string GetName() const OVERRIDE;
|
| virtual bool IsInitialized() const OVERRIDE;
|
| virtual bool IsPresent() const OVERRIDE;
|
| virtual bool IsPowered() const OVERRIDE;
|
|
|