| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index 9ac89aabcc61bd4eda01396074e04d7b90b67424..2b04e8112dbdeda53e7e2cbef8d7a4569bb8e808 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -211,6 +211,7 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
|
| // Types --------------------------------------------------------------------
|
|
|
| class MetadataWriter;
|
| + class SSLHostInfoFactoryAdaptor;
|
| class Transaction;
|
| class WorkItem;
|
| friend class Transaction;
|
| @@ -381,6 +382,8 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
|
|
|
| Mode mode_;
|
|
|
| + const scoped_ptr<SSLHostInfoFactoryAdaptor> ssl_host_info_factory_;
|
| +
|
| const scoped_ptr<HttpTransactionFactory> network_layer_;
|
| scoped_ptr<disk_cache::Backend> disk_cache_;
|
|
|
|
|