| 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
|
|
|
|
|