Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(215)

Unified Diff: net/quic/quartc/quartc_packet_writer.h

Issue 2916033003: Landing Recent QUIC changes until 03:18 AM, May 28, UTC (Closed)
Patch Set: Added Quartc test files that were missed earlier. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698