Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(300)

Unified Diff: device/bluetooth/bluetooth_service_record_win_unittest.cc

Issue 1513043002: clang/win: Let remaining chromium_code targets build with -Wextra. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « device/bluetooth/bluetooth_device_win_unittest.cc ('k') | device/bluetooth/bluetooth_task_manager_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698