| Index: net/disk_cache/simple/simple_index_unittest.cc
|
| diff --git a/net/disk_cache/simple/simple_index_unittest.cc b/net/disk_cache/simple/simple_index_unittest.cc
|
| index 47ae24f62fef4f6d2d062ed8d036b3ca246096b7..cee7bf33c4ddbd24401d2d32baac1a4da2e409e0 100644
|
| --- a/net/disk_cache/simple/simple_index_unittest.cc
|
| +++ b/net/disk_cache/simple/simple_index_unittest.cc
|
| @@ -538,7 +538,7 @@ TEST_F(SimpleIndexTest, BasicEviction) {
|
|
|
| // Trigger an eviction, and make sure the right things are tossed.
|
| // TODO(rdsmith): This is dependent on the innards of the implementation
|
| - // as to at exactly what point we trigger eviction. Not sure how to fix
|
| + // as to at exactly what point we trigger eviction. Not sure how to fix
|
| // that.
|
| index()->UpdateEntrySize(hashes_.at<3>(), 475);
|
| EXPECT_EQ(1, doom_entries_calls());
|
|
|