| Index: net/tools/quic/quic_dispatcher.h
|
| diff --git a/net/tools/quic/quic_dispatcher.h b/net/tools/quic/quic_dispatcher.h
|
| index 5f25a362a46bf3465d07055576b1c260d957fd0c..1532de77eb15021d88020f817e3ca71cbc8bfd51 100644
|
| --- a/net/tools/quic/quic_dispatcher.h
|
| +++ b/net/tools/quic/quic_dispatcher.h
|
| @@ -39,7 +39,10 @@ class QuicDispatcher : public QuicServerSessionVisitor,
|
| public QuicFramerVisitorInterface {
|
| public:
|
| // Ideally we'd have a linked_hash_set: the boolean is unused.
|
| - typedef linked_hash_map<QuicBlockedWriterInterface*, bool> WriteBlockedList;
|
| + typedef linked_hash_map<QuicBlockedWriterInterface*,
|
| + bool,
|
| + QuicBlockedWriterInterfacePtrHash>
|
| + WriteBlockedList;
|
|
|
| // Due to the way delete_sessions_closure_ is registered, the Dispatcher must
|
| // live until server Shutdown. |supported_versions| specifies the std::list
|
|
|