Index: net/spdy/spdy_stream_unittest.cc |
diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc |
index 22029d07a53f14deaca0ae9663bd737e0572b861..fc8d35f26d1713029800a25482fe91b0c7a04a08 100644 |
--- a/net/spdy/spdy_stream_unittest.cc |
+++ b/net/spdy/spdy_stream_unittest.cc |
@@ -254,7 +254,7 @@ TEST_P(SpdyStreamTest, StreamError) { |
AddReadEOF(); |
- CapturingBoundNetLog log; |
+ BoundTestNetLog log; |
DeterministicSocketData data(GetReads(), GetNumReads(), GetWrites(), |
GetNumWrites()); |
@@ -294,7 +294,7 @@ TEST_P(SpdyStreamTest, StreamError) { |
EXPECT_TRUE(data.at_write_eof()); |
// Check that the NetLog was filled reasonably. |
- net::CapturingNetLog::CapturedEntryList entries; |
+ net::TestNetLog::CapturedEntryList entries; |
log.GetEntries(&entries); |
EXPECT_LT(0u, entries.size()); |
@@ -738,7 +738,7 @@ TEST_P(SpdyStreamTest, IncreaseSendWindowSizeOverflow) { |
AddReadEOF(); |
- CapturingBoundNetLog log; |
+ BoundTestNetLog log; |
DeterministicSocketData data(GetReads(), GetNumReads(), |
GetWrites(), GetNumWrites()); |