| Index: net/http/http_transaction.h
|
| diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
|
| index 58ea3e085c4988f424700b3d28ce89b566a238e6..ed1b20dac2ffb8298c67c5bfc83d4850027b805b 100644
|
| --- a/net/http/http_transaction.h
|
| +++ b/net/http/http_transaction.h
|
| @@ -136,7 +136,7 @@ class NET_EXPORT_PRIVATE HttpTransaction {
|
|
|
| // SetQuicServerInfo sets a object which reads and writes public information
|
| // about a QUIC server.
|
| - virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) {};
|
| + virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) = 0;
|
|
|
| // Populates all of load timing, except for request start times and receive
|
| // headers time.
|
|
|