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

Unified Diff: net/quic/core/quic_multipath_sent_packet_manager.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
Index: net/quic/core/quic_multipath_sent_packet_manager.h
diff --git a/net/quic/core/quic_multipath_sent_packet_manager.h b/net/quic/core/quic_multipath_sent_packet_manager.h
index 6384f6422c35567c325ab7cf33852f54d41c1380..8de992f8403e0b061958025a79ab7d97631bf732 100644
--- a/net/quic/core/quic_multipath_sent_packet_manager.h
+++ b/net/quic/core/quic_multipath_sent_packet_manager.h
@@ -7,11 +7,11 @@
#include <vector>
-#include "net/base/net_export.h"
#include "net/quic/core/quic_connection_close_delegate_interface.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_sent_packet_manager.h"
#include "net/quic/core/quic_sent_packet_manager_interface.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -27,7 +27,7 @@ class QuicMultipathSentPacketManagerPeer;
// (3) consults paths which should timeout on a retransmission timeout.
// TODO(fayang): Currently above duties are not fully implemented, need to
// finish them.
-class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
+class QUIC_EXPORT_PRIVATE QuicMultipathSentPacketManager
: public QuicSentPacketManagerInterface {
public:
// Multipath sent packet manager takes ownership of |manager|.
@@ -183,7 +183,7 @@ class NET_EXPORT_PRIVATE QuicMultipathSentPacketManager
};
// PathSentPacketManagerInfo contains sent packet manager and its state.
- struct NET_EXPORT_PRIVATE PathSentPacketManagerInfo {
+ struct QUIC_EXPORT_PRIVATE PathSentPacketManagerInfo {
PathSentPacketManagerInfo();
PathSentPacketManagerInfo(QuicSentPacketManagerInterface* manager,
PathSentPacketManagerState state);
« no previous file with comments | « net/quic/core/quic_multipath_received_packet_manager.h ('k') | net/quic/core/quic_multipath_transmissions_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698