| Index: net/http/http_cache.h
|
| diff --git a/net/http/http_cache.h b/net/http/http_cache.h
|
| index c2221cc4e9fbc92d4205cf496dfbcc21501e2034..d3a0a4b0853a0ca80abf848c04135cf11930da15 100644
|
| --- a/net/http/http_cache.h
|
| +++ b/net/http/http_cache.h
|
| @@ -246,6 +246,9 @@ class NET_EXPORT HttpCache : public HttpTransactionFactory {
|
| class QuicServerInfoFactoryAdaptor;
|
| class Transaction;
|
| class WorkItem;
|
| + class Writers;
|
| + friend class WritersTest; // To access ActiveEntry in the test class.
|
| + friend class MockHttpCacheTransaction;
|
| friend class Transaction;
|
| friend class ViewCacheHelper;
|
| struct PendingOp; // Info for an entry under construction.
|
|
|