Fix breakpad client build.

- Was broken by a rename in http upload util code.

Change-Id: I72c275fe45638c83e535901e79817893b00ee62e
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/1673138
Reviewed-by: Ivan Penkov <ivanpe@chromium.org>
This commit is contained in:
Nelson Billing 2019-06-24 15:00:30 -07:00
parent 6ca3f8bbe5
commit c11646e643

View file

@ -68,7 +68,7 @@ ReportResult CrashReportSender::SendCrashReport(
} }
int http_response = 0; int http_response = 0;
bool result = HTTPUpload::SendRequest( bool result = HTTPUpload::SendMultipartPostRequest(
url, parameters, files, NULL, report_code, url, parameters, files, NULL, report_code,
&http_response); &http_response);