| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 6b00aa88af4c4e48e7a88ae5aa8615fb79a5c483..e8afc1df863fbeb035158d5082bb39e45a1457a6 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -72,7 +72,6 @@ class InfoMap;
|
| }
|
|
|
| namespace net {
|
| -class CertificateReportSender;
|
| class CertVerifier;
|
| class ChannelIDService;
|
| class CookieStore;
|
| @@ -81,6 +80,7 @@ class HttpServerProperties;
|
| class HttpTransactionFactory;
|
| class ProxyConfigService;
|
| class ProxyService;
|
| +class ReportSender;
|
| class SSLConfigService;
|
| class TransportSecurityPersister;
|
| class TransportSecurityState;
|
| @@ -578,8 +578,7 @@ class ProfileIOData {
|
|
|
| mutable std::unique_ptr<net::TransportSecurityPersister>
|
| transport_security_persister_;
|
| - mutable std::unique_ptr<net::CertificateReportSender>
|
| - certificate_report_sender_;
|
| + mutable std::unique_ptr<net::ReportSender> certificate_report_sender_;
|
|
|
| // These are only valid in between LazyInitialize() and their accessor being
|
| // called.
|
|
|