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

Unified Diff: net/quic/core/quic_packet_writer.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/quic_packet_generator.h ('k') | net/quic/core/quic_packets.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packet_writer.h
diff --git a/net/quic/core/quic_packet_writer.h b/net/quic/core/quic_packet_writer.h
index 056f1ed2b306ed0be2a43b38a1a4b6eea9ff8e0b..eb302642952cd93388a90f24851c620a1a125944 100644
--- a/net/quic/core/quic_packet_writer.h
+++ b/net/quic/core/quic_packet_writer.h
@@ -7,15 +7,15 @@
#include <stddef.h>
-#include "net/base/net_export.h"
#include "net/quic/core/quic_packets.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/quic/platform/api/quic_socket_address.h"
namespace net {
struct WriteResult;
-class NET_EXPORT_PRIVATE PerPacketOptions {
+class QUIC_EXPORT_PRIVATE PerPacketOptions {
public:
PerPacketOptions() = default;
virtual ~PerPacketOptions() {}
@@ -33,7 +33,7 @@ class NET_EXPORT_PRIVATE PerPacketOptions {
// An interface between writers and the entity managing the
// socket (in our case the QuicDispatcher). This allows the Dispatcher to
// control writes, and manage any writers who end up write blocked.
-class NET_EXPORT_PRIVATE QuicPacketWriter {
+class QUIC_EXPORT_PRIVATE QuicPacketWriter {
public:
virtual ~QuicPacketWriter() {}
« no previous file with comments | « net/quic/core/quic_packet_generator.h ('k') | net/quic/core/quic_packets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698