Chromium Code Reviews| Index: net/disk_cache/rankings.h |
| =================================================================== |
| --- net/disk_cache/rankings.h (revision 199883) |
| +++ net/disk_cache/rankings.h (working copy) |
| @@ -17,6 +17,9 @@ |
| namespace disk_cache { |
| class BackendImpl; |
| +struct LruData; |
| +struct RankingsNode; |
| +typedef StorageBlock<RankingsNode> CacheRankingsBlock; |
| // Type of crashes generated for the unit tests. |
| enum RankCrashes { |