Index: third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
diff --git a/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc b/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
index d6d56596f543c6775fd9731638f45967582fae5f..57d41bb58f67a52a092b9fbd9cea0be40b0f19b3 100644 |
--- a/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
+++ b/third_party/crashpad/crashpad/snapshot/win/extra_memory_ranges_test.cc |
@@ -58,7 +58,7 @@ void TestExtraMemoryRanges(TestType type, |
// Wait for the child process to indicate that it's done setting up its |
// annotations via the CrashpadInfo interface. |
char c; |
- CheckedReadFile(child.stdout_read_handle(), &c, sizeof(c)); |
+ CheckedReadFileExactly(child.stdout_read_handle(), &c, sizeof(c)); |
ProcessSnapshotWin snapshot; |
ASSERT_TRUE(snapshot.Initialize( |