| Index: device/bluetooth/bluetooth_device.cc
|
| diff --git a/device/bluetooth/bluetooth_device.cc b/device/bluetooth/bluetooth_device.cc
|
| index af2b3988fa8dae4f03d62af2a1bade5060f0dea4..e666aa5c870785788f24031163407101a6ef8146 100644
|
| --- a/device/bluetooth/bluetooth_device.cc
|
| +++ b/device/bluetooth/bluetooth_device.cc
|
| @@ -95,7 +95,7 @@ base::string16 BluetoothDevice::GetAddressWithLocalizedDeviceTypeName() const {
|
|
|
| BluetoothDevice::DeviceType BluetoothDevice::GetDeviceType() const {
|
| // https://www.bluetooth.org/Technical/AssignedNumbers/baseband.htm
|
| - uint32 bluetooth_class = GetBluetoothClass();
|
| + uint32_t bluetooth_class = GetBluetoothClass();
|
| switch ((bluetooth_class & 0x1f00) >> 8) {
|
| case 0x01:
|
| // Computer major device class.
|
|
|