diff options
Diffstat (limited to 'net/disk_cache/eviction.h')
-rw-r--r-- | net/disk_cache/eviction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/disk_cache/eviction.h b/net/disk_cache/eviction.h index 26f88fe..dd69b71 100644 --- a/net/disk_cache/eviction.h +++ b/net/disk_cache/eviction.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -66,7 +66,7 @@ class Eviction { bool RemoveDeletedNode(CacheRankingsBlock* node); bool NodeIsOldEnough(CacheRankingsBlock* node, int list); - int SelectListByLenght(); + int SelectListByLength(Rankings::ScopedRankingsBlock* next); void ReportListStats(); BackendImpl* backend_; |