diff options
Diffstat (limited to 'device/bluetooth/bluetooth_device_win.cc')
-rw-r--r-- | device/bluetooth/bluetooth_device_win.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc index 59e11c4..d5e9e77 100644 --- a/device/bluetooth/bluetooth_device_win.cc +++ b/device/bluetooth/bluetooth_device_win.cc @@ -39,7 +39,7 @@ BluetoothDeviceWin::BluetoothDeviceWin( net_log_(net_log), net_log_source_(net_log_source) { name_ = state.name; - address_ = state.address; + address_ = CanonicalizeAddress(state.address); bluetooth_class_ = state.bluetooth_class; visible_ = state.visible; connected_ = state.connected; |