Index: device/bluetooth/bluetooth_adapter_mac.h |
diff --git a/device/bluetooth/bluetooth_adapter_mac.h b/device/bluetooth/bluetooth_adapter_mac.h |
index 3f107d2dd9bd363982a792418b0f046a57d5372c..dc4b06b8e6e433b2dd7e89b264dfcd72be9d5bb4 100644 |
--- a/device/bluetooth/bluetooth_adapter_mac.h |
+++ b/device/bluetooth/bluetooth_adapter_mac.h |
@@ -43,8 +43,8 @@ class BluetoothAdapterMac : public BluetoothAdapter { |
// BluetoothAdapter override |
virtual void AddObserver(BluetoothAdapter::Observer* observer) OVERRIDE; |
virtual void RemoveObserver(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; |