Chromium Code Reviews| Index: chromecast/shell/browser/url_request_context_factory.h |
| diff --git a/chromecast/shell/browser/url_request_context_factory.h b/chromecast/shell/browser/url_request_context_factory.h |
| index e094c0d9a9e3307dc97e0c6670965939c4f37d2b..03d062da421cd9b278d177193074c7dacc36ddfc 100644 |
| --- a/chromecast/shell/browser/url_request_context_factory.h |
| +++ b/chromecast/shell/browser/url_request_context_factory.h |
| @@ -79,7 +79,7 @@ class URLRequestContextFactory { |
| // instance of URLRequestContext only. |
| bool system_dependencies_initialized_; |
| scoped_ptr<net::HostResolver> host_resolver_; |
| - scoped_ptr<net::ServerBoundCertService> server_bound_cert_service_; |
| + scoped_ptr<net::ChannelIDService> channel_id_service_; |
|
lcwu1
2014/08/06 18:25:08
There is already an upstream CL to fix this. (http
|
| scoped_ptr<net::CertVerifier> cert_verifier_; |
| scoped_refptr<net::SSLConfigService> ssl_config_service_; |
| scoped_ptr<net::TransportSecurityState> transport_security_state_; |