| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 7e61a9ded55e8194866627a2793aaeca4a66a2f2..1a3e0ca9b3b90419fad660b11a680142c022403c 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -28,7 +28,7 @@ enum QuicConfigPresence {
|
|
|
| // An abstract base class that stores a value that can be sent in CHLO/SHLO
|
| // message. These values can be OPTIONAL or REQUIRED, depending on |presence_|.
|
| -class NET_EXPORT_PRIVATE QuicConfigValue {
|
| +class NET_EXPORT_PRIVATE QuicConfigValue {
|
| public:
|
| QuicConfigValue(QuicTag tag, QuicConfigPresence presence);
|
| virtual ~QuicConfigValue();
|
|
|