Chromium Code Reviews| Index: net/disk_cache/backend_unittest.cc |
| =================================================================== |
| --- net/disk_cache/backend_unittest.cc (revision 49819) |
| +++ net/disk_cache/backend_unittest.cc (working copy) |
| @@ -1046,7 +1046,7 @@ |
| std::string key("the first key"); |
| disk_cache::Entry* entry1; |
| - ASSERT_FALSE(cache_->OpenEntry(key, &entry1)); |
| + ASSERT_NE(net::OK, OpenEntry(key, &entry1)); |
| int actual = cache_->GetEntryCount(); |
| if (num_entries != actual) { |