| Index: chrome/browser/ssl/certificate_reporting_test_utils.h
|
| diff --git a/chrome/browser/ssl/certificate_reporting_test_utils.h b/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| index 237a0edb79719025933e61491f64eb840c5bc6bf..06bfcc77b848ca3b43abfa02f3569833ad9b088e 100644
|
| --- a/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| +++ b/chrome/browser/ssl/certificate_reporting_test_utils.h
|
| @@ -39,8 +39,8 @@ class MockErrorReporter : public certificate_reporting::ErrorReporter {
|
| net::ReportSender::CookiesPreference cookies_preference);
|
|
|
| // ErrorReporter implementation.
|
| - void SendExtendedReportingReport(
|
| - const std::string& serialized_report) override;
|
| + void SendExtendedReportingReport(const std::string& serialized_report,
|
| + int report_id) override;
|
|
|
| // Returns the hostname in the report for the last call to |SendReport|.
|
| const std::string& latest_hostname_reported() {
|
|
|