summaryrefslogtreecommitdiffstats
path: root/net/http/http_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r--net/http/http_cache.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h
index 84a65da..1f2d7c7 100644
--- a/net/http/http_cache.h
+++ b/net/http/http_cache.h
@@ -212,7 +212,6 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
// Types --------------------------------------------------------------------
class MetadataWriter;
- class SSLHostInfoFactoryAdaptor;
class Transaction;
class WorkItem;
friend class Transaction;
@@ -380,8 +379,6 @@ 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_;