| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 5baeb338733dc8da53d84cb2d235b5896d5c88f5..c79f9efcf67ecc6ad19d2cb07a0303beeef57b55 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -216,7 +216,7 @@ class NET_EXPORT_PRIVATE QuicFixedTagVector : public QuicConfigValue {
|
| };
|
|
|
| // Stores IPEndPoint from CHLO or SHLO messages that are not negotiated.
|
| -class QuicFixedIPEndPoint : public QuicConfigValue {
|
| +class NET_EXPORT_PRIVATE QuicFixedIPEndPoint : public QuicConfigValue {
|
| public:
|
| QuicFixedIPEndPoint(QuicTag tag, QuicConfigPresence presence);
|
| ~QuicFixedIPEndPoint() override;
|
|
|