diff options
Diffstat (limited to 'chrome/tools/crash_service/crash_service.cc')
-rw-r--r-- | chrome/tools/crash_service/crash_service.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/tools/crash_service/crash_service.cc b/chrome/tools/crash_service/crash_service.cc index ddc7598..4c6344a3 100644 --- a/chrome/tools/crash_service/crash_service.cc +++ b/chrome/tools/crash_service/crash_service.cc @@ -398,7 +398,7 @@ unsigned long CrashService::AsyncSendDump(void* context) { LOG(INFO) << "dump for pid =" << info->pid << " crash2 id =" << report_id; --retry_round; - } while(retry_round >= 0); + } while (retry_round >= 0); if (!::DeleteFileW(info->dump_path.c_str())) LOG(WARNING) << "could not delete " << info->dump_path; |