| Index: net/disk_cache/mem_backend_impl.h
|
| ===================================================================
|
| --- net/disk_cache/mem_backend_impl.h (revision 95949)
|
| +++ net/disk_cache/mem_backend_impl.h (working copy)
|
| @@ -23,7 +23,7 @@
|
|
|
| // This class implements the Backend interface. An object of this class handles
|
| // the operations of the cache without writing to disk.
|
| -class NET_TEST MemBackendImpl : public Backend {
|
| +class NET_EXPORT_PRIVATE MemBackendImpl : public Backend {
|
| public:
|
| explicit MemBackendImpl(net::NetLog* net_log);
|
| virtual ~MemBackendImpl();
|
|
|