| 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 4b2937b7b97303a1c2a56c29d905f22fa6df0220..3f9dbafc7af6feff544a813cdbe6fcc61d5cfd6a 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -58,6 +58,7 @@ class InfoMap;
|
| }
|
|
|
| namespace net {
|
| +class CertificateReportSender;
|
| class CertVerifier;
|
| class ChannelIDService;
|
| class CookieStore;
|
| @@ -557,6 +558,7 @@ class ProfileIOData {
|
|
|
| mutable scoped_ptr<net::TransportSecurityPersister>
|
| transport_security_persister_;
|
| + mutable scoped_ptr<net::CertificateReportSender> certificate_report_sender_;
|
|
|
| // These are only valid in between LazyInitialize() and their accessor being
|
| // called.
|
|
|