| Index: third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| diff --git a/third_party/crashpad/crashpad/util/win/process_info_test.cc b/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| index e377a6ee8d1a944d80abafca6440663a48d282bd..dfa6564de4c0c377b85bf2beebfd8f4df0cedf19 100644
|
| --- a/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| +++ b/third_party/crashpad/crashpad/util/win/process_info_test.cc
|
| @@ -156,7 +156,7 @@ void TestOtherProcess(const base::string16& directory_modification) {
|
|
|
| // The child sends us a code address we can look up in the memory map.
|
| WinVMAddress code_address;
|
| - CheckedReadFile(
|
| + CheckedReadFileExactly(
|
| child.stdout_read_handle(), &code_address, sizeof(code_address));
|
|
|
| ASSERT_TRUE(process_info.Initialize(child.process_handle()));
|
|
|