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

Unified Diff: net/quic/core/quic_ack_listener_interface.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_window_update_frame.h ('k') | net/quic/core/quic_address_mismatch.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_ack_listener_interface.h
diff --git a/net/quic/core/quic_ack_listener_interface.h b/net/quic/core/quic_ack_listener_interface.h
index 955721005116a84b0fd83c79f6d3bbdf408a09ac..c841fe854136ad3f2cf82fc5c0f4fd0b4168c11c 100644
--- a/net/quic/core/quic_ack_listener_interface.h
+++ b/net/quic/core/quic_ack_listener_interface.h
@@ -8,11 +8,12 @@
#include "base/memory/ref_counted.h"
#include "net/quic/core/quic_time.h"
#include "net/quic/core/quic_types.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// Pure virtual class to listen for packet acknowledgements.
-class NET_EXPORT_PRIVATE QuicAckListenerInterface
+class QUIC_EXPORT_PRIVATE QuicAckListenerInterface
: public base::RefCounted<QuicAckListenerInterface> {
public:
QuicAckListenerInterface() {}
@@ -33,7 +34,7 @@ class NET_EXPORT_PRIVATE QuicAckListenerInterface
virtual ~QuicAckListenerInterface() {}
};
-struct NET_EXPORT_PRIVATE AckListenerWrapper {
+struct QUIC_EXPORT_PRIVATE AckListenerWrapper {
AckListenerWrapper(QuicAckListenerInterface* listener,
QuicPacketLength data_length);
AckListenerWrapper(const AckListenerWrapper& other);
« no previous file with comments | « net/quic/core/frames/quic_window_update_frame.h ('k') | net/quic/core/quic_address_mismatch.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698