| Index: device/bluetooth/bluetooth_adapter_chromeos.cc
|
| diff --git a/device/bluetooth/bluetooth_adapter_chromeos.cc b/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| index 71fdf62549d95696b1c0dca3ca319244b23873ce..af1d1867c8c69302ec0662d71ca5639f5c85d36c 100644
|
| --- a/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| +++ b/device/bluetooth/bluetooth_adapter_chromeos.cc
|
| @@ -128,7 +128,7 @@ std::string BluetoothAdapterChromeOS::GetAddress() const {
|
| GetProperties(object_path_);
|
| DCHECK(properties);
|
|
|
| - return properties->address.value();
|
| + return BluetoothDevice::CanonicalizeAddress(properties->address.value());
|
| }
|
|
|
| std::string BluetoothAdapterChromeOS::GetName() const {
|
|
|