| Index: net/disk_cache/entry_impl.h
|
| ===================================================================
|
| --- net/disk_cache/entry_impl.h (revision 95949)
|
| +++ net/disk_cache/entry_impl.h (working copy)
|
| @@ -19,7 +19,9 @@
|
|
|
| // This class implements the Entry interface. An object of this
|
| // class represents a single entry on the cache.
|
| -class NET_TEST EntryImpl : public Entry, public base::RefCounted<EntryImpl> {
|
| +class NET_EXPORT_PRIVATE EntryImpl
|
| + : public Entry,
|
| + public base::RefCounted<EntryImpl> {
|
| friend class base::RefCounted<EntryImpl>;
|
| friend class SparseControl;
|
| public:
|
|
|