Index: net/disk_cache/backend_impl.h |
=================================================================== |
--- net/disk_cache/backend_impl.h (revision 6847) |
+++ net/disk_cache/backend_impl.h (working copy) |
@@ -72,7 +72,7 @@ |
LruData* GetLruData(); |
// Updates the ranking information for an entry. |
- void UpdateRank(CacheRankingsBlock* node, bool modified); |
+ void UpdateRank(EntryImpl* entry, bool modified); |
// A node was recovered from a crash, it may not be on the index, so this |
// method checks it and takes the appropriate action. |