| Index: net/quic/quic_session.h
|
| diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h
|
| index d08d7b30efd063d62336ce8a564d986204786742..87aab24e810b77921a68de6743bee3369c908000 100644
|
| --- a/net/quic/quic_session.h
|
| +++ b/net/quic/quic_session.h
|
| @@ -21,8 +21,8 @@
|
| #include "net/quic/quic_protocol.h"
|
| #include "net/quic/quic_spdy_compressor.h"
|
| #include "net/quic/quic_spdy_decompressor.h"
|
| +#include "net/quic/quic_write_blocked_list.h"
|
| #include "net/quic/reliable_quic_stream.h"
|
| -#include "net/spdy/write_blocked_list.h"
|
|
|
| namespace net {
|
|
|
| @@ -303,7 +303,7 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| base::hash_set<QuicStreamId> implicitly_created_streams_;
|
|
|
| // A list of streams which need to write more data.
|
| - WriteBlockedList<QuicStreamId> write_blocked_streams_;
|
| + QuicWriteBlockedList write_blocked_streams_;
|
|
|
| // A map of headers waiting to be compressed, and the streams
|
| // they are associated with.
|
|
|