Index: device/bluetooth/bluetooth_device_chromeos.cc |
diff --git a/device/bluetooth/bluetooth_device_chromeos.cc b/device/bluetooth/bluetooth_device_chromeos.cc |
index a3c53ac492e2babe280effb61d7323433951e85c..e56f907be48719f29925916e07f63251d2a86b8d 100644 |
--- a/device/bluetooth/bluetooth_device_chromeos.cc |
+++ b/device/bluetooth/bluetooth_device_chromeos.cc |
@@ -194,7 +194,7 @@ std::string BluetoothDeviceChromeOS::GetAddress() const { |
GetProperties(object_path_); |
DCHECK(properties); |
- return properties->address.value(); |
+ return CanonicalizeAddress(properties->address.value()); |
} |
BluetoothDevice::VendorIDSource |