From 1849d01a855914348bbdc07c7674764daf549358 Mon Sep 17 00:00:00 2001 From: "rvargas@google.com" Date: Wed, 18 Mar 2009 18:54:52 +0000 Subject: Disk cache: First implementation of TrimDeleted() and a few other fixes related to the new eviction code. As before, almost everything is disabled by default. Review URL: http://codereview.chromium.org/48112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11995 0039d316-1c4b-4281-b951-d872f2087c98 --- net/disk_cache/disk_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'net/disk_cache/disk_cache.h') diff --git a/net/disk_cache/disk_cache.h b/net/disk_cache/disk_cache.h index 3ea3b25..50f50c5 100644 --- a/net/disk_cache/disk_cache.h +++ b/net/disk_cache/disk_cache.h @@ -172,7 +172,7 @@ class Entry { // Returns an asynchronous read file handle for the cache stream referenced by // |index|. Values other than base::kInvalidPlatformFileValue are successful - // and the file handle should be managed by the caller, i.e. caller should + // and the file handle should be managed by the caller, i.e. the caller should // close the handle after use or there will be a leak. virtual base::PlatformFile GetPlatformFile(int index) = 0; -- cgit v1.1