Index: device/bluetooth/bluetooth_adapter_experimental_chromeos.h |
diff --git a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h |
index 10b727ddb6730ceb155ec77290fdc1b2893706b3..137935215d20324203f17afd185faf9a5ead300f 100644 |
--- a/device/bluetooth/bluetooth_adapter_experimental_chromeos.h |
+++ b/device/bluetooth/bluetooth_adapter_experimental_chromeos.h |
@@ -30,8 +30,8 @@ class BluetoothAdapterExperimentalChromeOS |
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; |