Index: device/bluetooth/bluetooth_adapter_chromeos_experimental.h |
diff --git a/device/bluetooth/bluetooth_adapter_chromeos_experimental.h b/device/bluetooth/bluetooth_adapter_chromeos_experimental.h |
index 8dea9c20637f1774d118cdc0e57f9981ac9b77e5..72cf0393e3ba1186d0611b31a694cc93d4e4fc71 100644 |
--- a/device/bluetooth/bluetooth_adapter_chromeos_experimental.h |
+++ b/device/bluetooth/bluetooth_adapter_chromeos_experimental.h |
@@ -30,6 +30,8 @@ class BluetoothAdapterChromeOSExperimental |
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 bool IsInitialized() const OVERRIDE; |
virtual bool IsPresent() const OVERRIDE; |
virtual bool IsPowered() const OVERRIDE; |