| Index: net/quic/quic_dispatcher.cc
|
| diff --git a/net/quic/quic_dispatcher.cc b/net/quic/quic_dispatcher.cc
|
| index d1fe193b37e6d96f2e35261f26ff24ff098c1c36..09086535ccf5b193039dba701dac9c1f665ccb04 100644
|
| --- a/net/quic/quic_dispatcher.cc
|
| +++ b/net/quic/quic_dispatcher.cc
|
| @@ -179,7 +179,7 @@ QuicDispatcher::~QuicDispatcher() {
|
| STLDeleteElements(&closed_session_list_);
|
| }
|
|
|
| -void QuicDispatcher::Initialize(QuicPacketWriter* writer) {
|
| +void QuicDispatcher::Initialize(QuicServerPacketWriter* writer) {
|
| DCHECK(writer_ == NULL);
|
| writer_.reset(writer);
|
| time_wait_list_manager_.reset(CreateQuicTimeWaitListManager());
|
|
|