| Index: net/spdy/spdy_stream_unittest.cc
|
| diff --git a/net/spdy/spdy_stream_unittest.cc b/net/spdy/spdy_stream_unittest.cc
|
| index 798d79a8697fa9d5966a4892adedba004bc1b5ac..3fd84ff311f1d22bad31d4f536c2c39c7ea84024 100644
|
| --- a/net/spdy/spdy_stream_unittest.cc
|
| +++ b/net/spdy/spdy_stream_unittest.cc
|
| @@ -18,6 +18,7 @@
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/completion_callback.h"
|
| #include "net/base/request_priority.h"
|
| +#include "net/log/net_log_event_type.h"
|
| #include "net/log/test_net_log.h"
|
| #include "net/log/test_net_log_entry.h"
|
| #include "net/log/test_net_log_util.h"
|
| @@ -396,7 +397,7 @@ TEST_F(SpdyStreamTest, StreamError) {
|
|
|
| // Check that we logged SPDY_STREAM_ERROR correctly.
|
| int pos = ExpectLogContainsSomewhere(
|
| - entries, 0, NetLog::TYPE_HTTP2_STREAM_ERROR, NetLog::PHASE_NONE);
|
| + entries, 0, NetLogEventType::HTTP2_STREAM_ERROR, NetLogEventPhase::NONE);
|
|
|
| int stream_id2;
|
| ASSERT_TRUE(entries[pos].GetIntegerValue("stream_id", &stream_id2));
|
|
|