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

Unified Diff: net/quic/platform/impl/quic_socket_address_impl.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/platform/impl/quic_ip_address_impl.h ('k') | net/quic/quartc/quartc_alarm_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/impl/quic_socket_address_impl.h
diff --git a/net/quic/platform/impl/quic_socket_address_impl.h b/net/quic/platform/impl/quic_socket_address_impl.h
index 87590ac4d6440ad10cc12bf53074d5cd7defc0c3..945bb98e976ccc58537c4a235207c0778e57f77a 100644
--- a/net/quic/platform/impl/quic_socket_address_impl.h
+++ b/net/quic/platform/impl/quic_socket_address_impl.h
@@ -6,11 +6,12 @@
#define NET_QUIC_PLATFORM_IMPL_QUIC_SOCKET_ADDRESS_IMPL_H_
#include "net/base/ip_endpoint.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/quic/platform/impl/quic_ip_address_impl.h"
namespace net {
-class NET_EXPORT_PRIVATE QuicSocketAddressImpl {
+class QUIC_EXPORT_PRIVATE QuicSocketAddressImpl {
public:
QuicSocketAddressImpl() = default;
explicit QuicSocketAddressImpl(IPEndPoint addr);
« no previous file with comments | « net/quic/platform/impl/quic_ip_address_impl.h ('k') | net/quic/quartc/quartc_alarm_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698