Index: components/certificate_reporting/error_reporter.h |
diff --git a/components/certificate_reporting/error_reporter.h b/components/certificate_reporting/error_reporter.h |
index a02610862e2e7c1566f07cf0cc33ae1ce54f3587..3935c1a4e6dc38df29e07f607716206e5b3d3289 100644 |
--- a/components/certificate_reporting/error_reporter.h |
+++ b/components/certificate_reporting/error_reporter.h |
@@ -62,7 +62,7 @@ class ErrorReporter { |
// over SSL. |
virtual void 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); |
// Used by tests. |