| Index: chrome/browser/ssl/chrome_fraudulent_certificate_reporter.cc
|
| diff --git a/chrome/browser/ssl/chrome_fraudulent_certificate_reporter.cc b/chrome/browser/ssl/chrome_fraudulent_certificate_reporter.cc
|
| index e24d71ad28abb0f6e3e5ffe9d70d1ae98e9dc94e..4e229b5444f716f079d45ebcb9f91c3d1bf5aa40 100644
|
| --- a/chrome/browser/ssl/chrome_fraudulent_certificate_reporter.cc
|
| +++ b/chrome/browser/ssl/chrome_fraudulent_certificate_reporter.cc
|
| @@ -8,6 +8,7 @@
|
| #include "chrome/browser/net/certificate_error_reporter.h"
|
| #include "chrome/browser/ssl/certificate_error_report.h"
|
| #include "net/ssl/ssl_info.h"
|
| +#include "net/url_request/certificate_report_sender.h"
|
| #include "net/url_request/url_request_context.h"
|
| #include "url/gurl.h"
|
|
|
| @@ -25,8 +26,7 @@ ChromeFraudulentCertificateReporter::ChromeFraudulentCertificateReporter(
|
| : certificate_reporter_(new chrome_browser_net::CertificateErrorReporter(
|
| request_context,
|
| GURL(kFraudulentCertificateUploadEndpoint),
|
| - chrome_browser_net::CertificateErrorReporter::DO_NOT_SEND_COOKIES)) {
|
| -}
|
| + net::CertificateReportSender::DO_NOT_SEND_COOKIES)) {}
|
|
|
| ChromeFraudulentCertificateReporter::ChromeFraudulentCertificateReporter(
|
| scoped_ptr<chrome_browser_net::CertificateErrorReporter>
|
|
|