| Index: net/disk_cache/simple/simple_entry_impl.h
|
| diff --git a/net/disk_cache/simple/simple_entry_impl.h b/net/disk_cache/simple/simple_entry_impl.h
|
| index 4f07a3e18f9fba0b120733b562e7c0b349c44f8a..d44c310b118f58fb4a2d9390d05a147ee0e9a3be 100644
|
| --- a/net/disk_cache/simple/simple_entry_impl.h
|
| +++ b/net/disk_cache/simple/simple_entry_impl.h
|
| @@ -14,6 +14,7 @@
|
| #include "base/memory/weak_ptr.h"
|
| #include "base/threading/thread_checker.h"
|
| #include "net/base/cache_type.h"
|
| +#include "net/base/net_export.h"
|
| #include "net/base/net_log.h"
|
| #include "net/disk_cache/disk_cache.h"
|
| #include "net/disk_cache/simple/simple_entry_format.h"
|
| @@ -37,7 +38,8 @@ struct SimpleEntryCreationResults;
|
| // SimpleEntryImpl is the IO thread interface to an entry in the very simple
|
| // disk cache. It proxies for the SimpleSynchronousEntry, which performs IO
|
| // on the worker thread.
|
| -class SimpleEntryImpl : public Entry, public base::RefCounted<SimpleEntryImpl>,
|
| +class NET_EXPORT_PRIVATE SimpleEntryImpl : public Entry,
|
| + public base::RefCounted<SimpleEntryImpl>,
|
| public base::SupportsWeakPtr<SimpleEntryImpl> {
|
| friend class base::RefCounted<SimpleEntryImpl>;
|
| public:
|
|
|