| Index: net/disk_cache/backend_unittest.cc
|
| ===================================================================
|
| --- net/disk_cache/backend_unittest.cc (revision 107659)
|
| +++ net/disk_cache/backend_unittest.cc (working copy)
|
| @@ -828,7 +828,9 @@
|
| // We may abort the eviction before cleaning up everything.
|
| MessageLoop::current()->RunAllPending();
|
| FlushQueueForTest();
|
| + ANNOTATE_IGNORE_READS_AND_WRITES_BEGIN();
|
| EXPECT_GE(30, cache_->GetEntryCount());
|
| + ANNOTATE_IGNORE_READS_AND_WRITES_END();
|
| }
|
|
|
| // We'll be leaking memory from this test.
|
|
|