| Index: net/disk_cache/simple/simple_backend_impl.h
|
| diff --git a/net/disk_cache/simple/simple_backend_impl.h b/net/disk_cache/simple/simple_backend_impl.h
|
| index fe9c7d5610bcce6039408b4bae93a996caa4fd52..99a01d8f9f862d6a50ed2d3ea2074d0ffdf62d76 100644
|
| --- a/net/disk_cache/simple/simple_backend_impl.h
|
| +++ b/net/disk_cache/simple/simple_backend_impl.h
|
| @@ -27,12 +27,11 @@ namespace disk_cache {
|
|
|
| class SimpleIndex;
|
|
|
| -class SimpleBackendImpl : public Backend {
|
| +class NET_EXPORT_PRIVATE SimpleBackendImpl : public Backend {
|
| public:
|
| virtual ~SimpleBackendImpl();
|
|
|
| static int CreateBackend(const base::FilePath& full_path,
|
| - bool force,
|
| int max_bytes,
|
| net::CacheType type,
|
| uint32 flags,
|
|
|