diff options
Diffstat (limited to 'net/flip')
-rw-r--r-- | net/flip/flip_network_transaction_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/flip/flip_network_transaction_unittest.cc b/net/flip/flip_network_transaction_unittest.cc index bbb2a7f..29d266c 100644 --- a/net/flip/flip_network_transaction_unittest.cc +++ b/net/flip/flip_network_transaction_unittest.cc @@ -951,7 +951,7 @@ TEST_F(FlipNetworkTransactionTest, LoadLog) { // Check that the LoadLog was filled reasonably. // This test is intentionally non-specific about the exact ordering of // the log; instead we just check to make sure that certain events exist. - EXPECT_LT(0u, log->events().size()); + EXPECT_LT(0u, log->entries().size()); int pos = 0; // We know the first event at position 0. net::ExpectLogContains(log, 0, |