| Index: tools/crashpad_database_util.cc
|
| diff --git a/tools/crashpad_database_util.cc b/tools/crashpad_database_util.cc
|
| index e09f1dedabbd1a60cb5eb6182f5e97ea6c763cf0..433b47693b990e7888471b1e73564aff607c8555 100644
|
| --- a/tools/crashpad_database_util.cc
|
| +++ b/tools/crashpad_database_util.cc
|
| @@ -566,7 +566,7 @@ int DatabaseUtilMain(int argc, char* argv[]) {
|
| call_error_writing_crash_report(database.get(), new_report);
|
|
|
| char buf[4096];
|
| - ssize_t read_result;
|
| + FileOperationResult read_result;
|
| do {
|
| read_result = file_reader->Read(buf, sizeof(buf));
|
| if (read_result < 0) {
|
|
|