| Index: ios/chrome/browser/ios_chrome_io_thread.h
|
| diff --git a/ios/chrome/browser/ios_chrome_io_thread.h b/ios/chrome/browser/ios_chrome_io_thread.h
|
| index 4b8514a5cc67154ec3cc4042108297f44369029a..96442f8ea072e1b40e1fed30daf9052b25b288c9 100644
|
| --- a/ios/chrome/browser/ios_chrome_io_thread.h
|
| +++ b/ios/chrome/browser/ios_chrome_io_thread.h
|
| @@ -36,7 +36,7 @@ class CommandLine;
|
| } // namespace base
|
|
|
| namespace net {
|
| -class CertPolicyEnforcer;
|
| +class CTPolicyEnforcer;
|
| class CertVerifier;
|
| class ChannelIDService;
|
| class CookieStore;
|
| @@ -116,7 +116,7 @@ class IOSChromeIOThread : public web::WebThreadDelegate {
|
| // pins.
|
| scoped_ptr<net::TransportSecurityState> transport_security_state;
|
| scoped_ptr<net::CTVerifier> cert_transparency_verifier;
|
| - scoped_ptr<net::CertPolicyEnforcer> cert_policy_enforcer;
|
| + scoped_ptr<net::CTPolicyEnforcer> ct_policy_enforcer;
|
| scoped_refptr<net::SSLConfigService> ssl_config_service;
|
| scoped_ptr<net::HttpAuthPreferences> http_auth_preferences;
|
| scoped_ptr<net::HttpAuthHandlerFactory> http_auth_handler_factory;
|
|
|