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..f6a4f51ea98a1f298030d5a980d93494cc46699d 100644 |
--- a/components/certificate_reporting/error_reporter.cc |
+++ b/components/certificate_reporting/error_reporter.cc |
@@ -127,7 +127,7 @@ ErrorReporter::~ErrorReporter() {} |
void ErrorReporter::SendExtendedReportingReport( |
const std::string& serialized_report, |
- const base::Callback<void()>& success_callback, |
+ const base::Callback<void(int)>& success_callback, |
const base::Callback<void(const GURL&, int)>& error_callback) { |
if (upload_url_.SchemeIsCryptographic()) { |
certificate_report_sender_->Send(upload_url_, "application/octet-stream", |