Index: net/spdy/spdy_network_transaction_unittest.cc |
diff --git a/net/spdy/spdy_network_transaction_unittest.cc b/net/spdy/spdy_network_transaction_unittest.cc |
index 8c902c65728bb0f5bc4ea580129d24cae6536136..08be0466e30c0152cbae693206e70817ea30f59e 100644 |
--- a/net/spdy/spdy_network_transaction_unittest.cc |
+++ b/net/spdy/spdy_network_transaction_unittest.cc |
@@ -3685,7 +3685,7 @@ TEST_P(SpdyNetworkTransactionTest, NetLog) { |
// This test is intentionally non-specific about the exact ordering of the |
// log; instead we just check to make sure that certain events exist, and that |
// they are in the right order. |
- CapturingNetLog::CapturedEntryList entries; |
+ TestNetLog::CapturedEntryList entries; |
log.GetEntries(&entries); |
EXPECT_LT(0u, entries.size()); |