| Index: net/quic/quartc/quartc_packet_writer.h
|
| diff --git a/net/quic/quartc/quartc_packet_writer.h b/net/quic/quartc/quartc_packet_writer.h
|
| index 0eda271030fb8d784da411aade9dfd6b625a1c59..6a18cd459b53a839b845fd2e477d81dd98bef995 100644
|
| --- a/net/quic/quartc/quartc_packet_writer.h
|
| +++ b/net/quic/quartc/quartc_packet_writer.h
|
| @@ -13,7 +13,7 @@ namespace net {
|
| // Implements a QuicPacketWriter using a
|
| // QuartcSessionInterface::PacketTransport, which allows a QuicConnection to
|
| // use(for example), a WebRTC IceTransport.
|
| -class QuartcPacketWriter : public QuicPacketWriter {
|
| +class QUIC_EXPORT_PRIVATE QuartcPacketWriter : public QuicPacketWriter {
|
| public:
|
| QuartcPacketWriter(QuartcSessionInterface::PacketTransport* packet_transport,
|
| QuicByteCount max_packet_size);
|
|
|