| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 7a96ea3d2062ad88ac9bc76357daa80a9295ea4e..6f921ab819ea35627613f3e8df9531c47e5d37e7 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -29,7 +29,7 @@ class NET_EXPORT_PRIVATE QuicHttpStream :
|
| public:
|
| explicit QuicHttpStream(const base::WeakPtr<QuicClientSession>& session);
|
|
|
| - virtual ~QuicHttpStream();
|
| + virtual ~QuicHttpStream() OVERRIDE;
|
|
|
| // HttpStream implementation.
|
| virtual int InitializeStream(const HttpRequestInfo* request_info,
|
|
|