| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index a5aba0a105c268b7638127147050c95bf194540d..c7d05d6a700b48aba709c9653e592a077e261fbf 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -206,6 +206,8 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory,
|
| friend class ViewCacheHelper;
|
|
|
| private:
|
| + friend class HttpCacheTransactionTest;
|
| +
|
| // Types --------------------------------------------------------------------
|
|
|
| class MetadataWriter;
|
|
|