| 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..d690d8c165c8fe52bcbbbea895f1e156da7603a0 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -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());
|
|
|
|
|