Index: net/quic/core/frames/quic_window_update_frame.h |
diff --git a/net/quic/core/frames/quic_window_update_frame.h b/net/quic/core/frames/quic_window_update_frame.h |
index fa9b9467142d136528dfca8c974e55f33640f5aa..3f04c8708c250cabf6775f069d456c9300a1f24d 100644 |
--- a/net/quic/core/frames/quic_window_update_frame.h |
+++ b/net/quic/core/frames/quic_window_update_frame.h |
@@ -6,6 +6,7 @@ |
#define NET_QUIC_CORE_FRAMES_QUIC_WINDOW_UPDATE_FRAME_H_ |
#include "net/quic/core/quic_types.h" |
+#include "net/quic/platform/api/quic_export.h" |
namespace net { |
@@ -14,11 +15,11 @@ namespace net { |
// than a window delta. |
// TODO(rjshade): A possible future optimization is to make stream_id and |
// byte_offset variable length, similar to stream frames. |
-struct NET_EXPORT_PRIVATE QuicWindowUpdateFrame { |
+struct QUIC_EXPORT_PRIVATE QuicWindowUpdateFrame { |
QuicWindowUpdateFrame() {} |
QuicWindowUpdateFrame(QuicStreamId stream_id, QuicStreamOffset byte_offset); |
- friend NET_EXPORT_PRIVATE std::ostream& operator<<( |
+ friend QUIC_EXPORT_PRIVATE std::ostream& operator<<( |
std::ostream& os, |
const QuicWindowUpdateFrame& w); |