| Index: device/bluetooth/bluetooth_service_record_win_unittest.cc
|
| diff --git a/device/bluetooth/bluetooth_service_record_win_unittest.cc b/device/bluetooth/bluetooth_service_record_win_unittest.cc
|
| index 274028e6832540e24f87b1c2c556bd3c7fbbf8f4..116f74038e9dcf4bbf53a753fec33f574c4ec585 100644
|
| --- a/device/bluetooth/bluetooth_service_record_win_unittest.cc
|
| +++ b/device/bluetooth/bluetooth_service_record_win_unittest.cc
|
| @@ -60,7 +60,7 @@ TEST_F(BluetoothServiceRecordWinTest, BthAddr) {
|
| ConvertSdpBytes(kTestRfcommSdpBytes, &sdp_bytes_array);
|
| BluetoothServiceRecordWin service_record(
|
| "01:02:03:0A:10:A0", "Sdp", sdp_bytes_array, BluetoothUUID());
|
| - EXPECT_EQ(1108152553632, service_record.device_bth_addr());
|
| + EXPECT_EQ(1108152553632ull, service_record.device_bth_addr());
|
| }
|
|
|
| } // namespace device
|
|
|