| Index: net/disk_cache/backend_impl.h
|
| diff --git a/net/disk_cache/backend_impl.h b/net/disk_cache/backend_impl.h
|
| index d28dbba3dad85958fd43f45cc6a4c469919b34dc..ad6f8ffe1e8e0be5784bc1889f1fea928d7e31bd 100644
|
| --- a/net/disk_cache/backend_impl.h
|
| +++ b/net/disk_cache/backend_impl.h
|
| @@ -260,6 +260,7 @@ class NET_EXPORT_PRIVATE BackendImpl : public Backend {
|
| void FlushIndex();
|
|
|
| // Backend implementation.
|
| + virtual net::CacheType GetCacheType() const OVERRIDE;
|
| virtual int32 GetEntryCount() const OVERRIDE;
|
| virtual int OpenEntry(const std::string& key, Entry** entry,
|
| const CompletionCallback& callback) OVERRIDE;
|
|
|