| Index: device/bluetooth/bluetooth_adapter_mac.mm
|
| diff --git a/device/bluetooth/bluetooth_adapter_mac.mm b/device/bluetooth/bluetooth_adapter_mac.mm
|
| index cf899cbc0783bb33eca9634913803f41ee778766..88ab18a2c777b68cca245b495bf736c02e8f5b9d 100644
|
| --- a/device/bluetooth/bluetooth_adapter_mac.mm
|
| +++ b/device/bluetooth/bluetooth_adapter_mac.mm
|
| @@ -249,7 +249,7 @@ void BluetoothAdapterMac::PollAdapter() {
|
|
|
| if (controller != nil) {
|
| name = base::SysNSStringToUTF8([controller nameAsString]);
|
| - address = BluetoothDeviceMac::NormalizeAddress(
|
| + address = BluetoothDevice::CanonicalizeAddress(
|
| base::SysNSStringToUTF8([controller addressAsString]));
|
| powered = ([controller powerState] == kBluetoothHCIPowerStateON);
|
| }
|
|
|