Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(840)

Unified Diff: net/disk_cache/disk_cache_test_base.h

Issue 6967006: Disk cache: Make sure the list of unused entries is not (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix stupid gcc warning Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/disk_cache/disk_cache_test_base.h
===================================================================
--- net/disk_cache/disk_cache_test_base.h (revision 84533)
+++ net/disk_cache/disk_cache_test_base.h (working copy)
@@ -1,4 +1,4 @@
-// Copyright (c) 2006-2010 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.
@@ -107,12 +107,12 @@
int WriteSparseData(disk_cache::Entry* entry, int64 offset,
net::IOBuffer* buf, int len);
- // Asks the cache to trim a an entry. If |empty| is true, the whole entry is
+ // Asks the cache to trim an entry. If |empty| is true, the whole cache is
// deleted.
void TrimForTest(bool empty);
- // Asks the cache to trim a an entry from the deleted list. If |empty| is
- // true, the whole entry is deleted.
+ // Asks the cache to trim an entry from the deleted list. If |empty| is
+ // true, the whole list is deleted.
void TrimDeletedListForTest(bool empty);
// DiskCacheTest:

Powered by Google App Engine
This is Rietveld 408576698