Index: components/certificate_reporting/error_reporter.cc |
diff --git a/components/certificate_reporting/error_reporter.cc b/components/certificate_reporting/error_reporter.cc |
index 222a49204c5d2f44c4352b2d885e46c7f8b0615e..813ad829a2a4b5635defb549f0bc132d4bac9b3d 100644 |
--- a/components/certificate_reporting/error_reporter.cc |
+++ b/components/certificate_reporting/error_reporter.cc |
@@ -127,8 +127,8 @@ ErrorReporter::~ErrorReporter() {} |
void ErrorReporter::SendExtendedReportingReport( |
const std::string& serialized_report, |
- const base::Callback<void()>& success_callback, |
- const base::Callback<void(const GURL&, int)>& error_callback) { |
+ const base::Callback<void(int)>& success_callback, |
+ const base::Callback<void(const GURL&, int, int)>& error_callback) { |
if (upload_url_.SchemeIsCryptographic()) { |
certificate_report_sender_->Send(upload_url_, "application/octet-stream", |
serialized_report, success_callback, |