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

Unified Diff: net/quic/core/quic_address_mismatch.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_ack_listener_interface.h ('k') | net/quic/core/quic_alarm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_address_mismatch.h
diff --git a/net/quic/core/quic_address_mismatch.h b/net/quic/core/quic_address_mismatch.h
index a8d9b420cdbeb49ec717abff9ee784a383bbc625..37d33c3e393e888bb2d08e8eb34062914096813e 100644
--- a/net/quic/core/quic_address_mismatch.h
+++ b/net/quic/core/quic_address_mismatch.h
@@ -6,7 +6,7 @@
#define NET_QUIC_CORE_QUIC_ADDRESS_MISMATCH_H_
#include "net/base/ip_endpoint.h"
-#include "net/base/net_export.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -35,8 +35,8 @@ enum QuicAddressMismatch {
// is empty.
//
// Only used by the Net.QuicSession.PublicResetAddressMismatch histogram.
-NET_EXPORT_PRIVATE int GetAddressMismatch(const IPEndPoint& first_address,
- const IPEndPoint& second_address);
+QUIC_EXPORT_PRIVATE int GetAddressMismatch(const IPEndPoint& first_address,
+ const IPEndPoint& second_address);
} // namespace net
« no previous file with comments | « net/quic/core/quic_ack_listener_interface.h ('k') | net/quic/core/quic_alarm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698