Index: components/certificate_reporting/error_reporter.cc |
diff --git a/components/certificate_reporting/error_reporter.cc b/components/certificate_reporting/error_reporter.cc |
index 3ab3a3c9cecfff76bb58639f623e69a59d2576a7..6b1e22db7afed7bdad2d0eee3dc10152606ac97c 100644 |
--- a/components/certificate_reporting/error_reporter.cc |
+++ b/components/certificate_reporting/error_reporter.cc |
@@ -128,7 +128,7 @@ 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(const GURL&, int, int)>& error_callback) { |
if (upload_url_.SchemeIsCryptographic()) { |
certificate_report_sender_->Send(upload_url_, "application/octet-stream", |
serialized_report, success_callback, |