| Index: net/spdy/spdy_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
|
| index b8638d9be61c66883cf91b96acd3654c336cd666..d5645d8de226e3bfc46a48a1c05606062e60bda2 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -294,8 +294,7 @@ TEST_P(SpdyStreamTest, StreamError) {
|
|
|
| // Check that we logged SPDY_STREAM_ERROR correctly.
|
| int pos = net::ExpectLogContainsSomewhere(
|
| - entries, 0,
|
| - net::NetLog::TYPE_SPDY_STREAM_ERROR,
|
| + entries, 0, net::NetLog::TYPE_HTTP2_STREAM_ERROR,
|
| net::NetLog::PHASE_NONE);
|
|
|
| int stream_id2;
|
|
|