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

Unified Diff: net/quic/core/frames/quic_window_update_frame.h

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More Created 4 years 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
« no previous file with comments | « net/quic/core/frames/quic_stream_frame.h ('k') | net/quic/core/quic_ack_listener_interface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « net/quic/core/frames/quic_stream_frame.h ('k') | net/quic/core/quic_ack_listener_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698