| Index: device/bluetooth/bluetooth_device_win.cc
|
| diff --git a/device/bluetooth/bluetooth_device_win.cc b/device/bluetooth/bluetooth_device_win.cc
|
| index 59e11c4c318db42a0f08ae8d79d5841c7aeb87fc..d5e9e771f17c4abbc710a5bb54a62fe8864089cf 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;
|
|
|