| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 709cbb0d500b0514564a8a9c2ea887a09750c327..415d90c90961d2e5409d50455ed6f27492ecd88c 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -91,7 +91,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| QuicClock* clock,
|
| size_t max_packet_length,
|
| const QuicVersionVector& supported_versions);
|
| - virtual ~QuicStreamFactory();
|
| + virtual ~QuicStreamFactory() OVERRIDE;
|
|
|
| // Creates a new QuicHttpStream to |host_port_proxy_pair| which will be
|
| // owned by |request|. |is_https| specifies if the protocol is https or not.
|
|
|