summaryrefslogtreecommitdiffstats
path: root/net/disk_cache/eviction.h
diff options
context:
space:
mode:
authorKristian Monsen <kristianm@google.com>2011-11-17 03:22:19 -0800
committerAndroid Git Automerger <android-git-automerger@android.com>2011-11-17 03:22:19 -0800
commit2eabaec57ce0053fc96db1c4ac4251a769d3363e (patch)
tree7109f8fe4b914739e14753f6cac6afca20cdc53a /net/disk_cache/eviction.h
parent2ecbdadf716e490ba8aa6531761782cb7958999d (diff)
parenta972e26e14066ec50afdaf4582836fe5fc4c190a (diff)
downloadexternal_chromium-2eabaec57ce0053fc96db1c4ac4251a769d3363e.zip
external_chromium-2eabaec57ce0053fc96db1c4ac4251a769d3363e.tar.gz
external_chromium-2eabaec57ce0053fc96db1c4ac4251a769d3363e.tar.bz2
am a972e26e: Part of fix for bug 5523834, backporting cache fixes
* commit 'a972e26e14066ec50afdaf4582836fe5fc4c190a': Part of fix for bug 5523834, backporting cache fixes
Diffstat (limited to 'net/disk_cache/eviction.h')
-rw-r--r--net/disk_cache/eviction.h4
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_;