diff options
Diffstat (limited to 'net/http/http_cache.h')
-rw-r--r-- | net/http/http_cache.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/http/http_cache.h b/net/http/http_cache.h index 5d44a30..dc16715 100644 --- a/net/http/http_cache.h +++ b/net/http/http_cache.h @@ -347,7 +347,6 @@ class HttpCache : public HttpTransactionFactory, // Used when lazily constructing the disk_cache_. scoped_ptr<BackendFactory> backend_factory_; - disk_cache::Backend* temp_backend_; bool building_backend_; Mode mode_; |