Index: device/bluetooth/bluetooth_adapter_win.cc |
diff --git a/device/bluetooth/bluetooth_adapter_win.cc b/device/bluetooth/bluetooth_adapter_win.cc |
index 28d3dcc51bb6e3e11194f017fe7bb48bbfb4cb31..ddbff839fc70f4940158d4ff034895fe28f4d30f 100644 |
--- a/device/bluetooth/bluetooth_adapter_win.cc |
+++ b/device/bluetooth/bluetooth_adapter_win.cc |
@@ -45,11 +45,11 @@ void BluetoothAdapterWin::RemoveObserver(BluetoothAdapter::Observer* observer) { |
observers_.RemoveObserver(observer); |
} |
-std::string BluetoothAdapterWin::address() const { |
+std::string BluetoothAdapterWin::GetAddress() const { |
return address_; |
} |
-std::string BluetoothAdapterWin::name() const { |
+std::string BluetoothAdapterWin::GetName() const { |
return name_; |
} |