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..afec6b0096652cb7f2a253fb9cb0a4ae8324edec 100644 |
--- a/net/spdy/spdy_network_transaction_unittest.cc |
+++ b/net/spdy/spdy_network_transaction_unittest.cc |
@@ -3668,7 +3668,7 @@ TEST_P(SpdyNetworkTransactionTest, NetLog) { |
MockRead(ASYNC, 0, 0) // EOF |
}; |
- CapturingBoundNetLog log; |
+ BoundTestNetLog log; |
DelayedSocketData data(1, reads, arraysize(reads), |
writes, arraysize(writes)); |
@@ -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()); |