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

Unified Diff: net/quic/platform/impl/quic_ip_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_export_impl.h ('k') | net/quic/platform/impl/quic_socket_address_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/platform/impl/quic_ip_address_impl.h
diff --git a/net/quic/platform/impl/quic_ip_address_impl.h b/net/quic/platform/impl/quic_ip_address_impl.h
index 0240b366261a45ab7eedcb43fd862cfad9e1a399..c2b0d895afa34f3bec4fb62c6257aab28c139c14 100644
--- a/net/quic/platform/impl/quic_ip_address_impl.h
+++ b/net/quic/platform/impl/quic_ip_address_impl.h
@@ -8,11 +8,12 @@
#include <string>
#include "net/base/ip_address.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/quic/platform/api/quic_ip_address_family.h"
namespace net {
-class NET_EXPORT_PRIVATE QuicIpAddressImpl {
+class QUIC_EXPORT_PRIVATE QuicIpAddressImpl {
public:
static QuicIpAddressImpl Loopback4();
static QuicIpAddressImpl Loopback6();
« no previous file with comments | « net/quic/platform/impl/quic_export_impl.h ('k') | net/quic/platform/impl/quic_socket_address_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698