| Index: net/quic/crypto/source_address_token.h
|
| diff --git a/net/quic/crypto/source_address_token.h b/net/quic/crypto/source_address_token.h
|
| index a41a7265b7f795aadf4705f2988d8cfdb4b3a1e0..64a3a12817284931f7e0d293b424b4d42b03934f 100644
|
| --- a/net/quic/crypto/source_address_token.h
|
| +++ b/net/quic/crypto/source_address_token.h
|
| @@ -9,13 +9,14 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "base/strings/string_piece.h"
|
| +#include "net/base/net_export.h"
|
|
|
| namespace net {
|
|
|
| // TODO(rtenneti): sync with server more rationally.
|
| // CachedNetworkParameters contains data that can be used to choose appropriate
|
| // connection parameters (initial RTT, initial CWND, etc.) in new connections.
|
| -class CachedNetworkParameters {
|
| +class NET_EXPORT_PRIVATE CachedNetworkParameters {
|
| public:
|
| // Describes the state of the connection during which the supplied network
|
| // parameters were calculated.
|
| @@ -98,7 +99,7 @@ class CachedNetworkParameters {
|
| // TODO(rtenneti): sync with server more rationally.
|
| // A SourceAddressToken is serialised, encrypted and sent to clients so that
|
| // they can prove ownership of an IP address.
|
| -class SourceAddressToken {
|
| +class NET_EXPORT_PRIVATE SourceAddressToken {
|
| public:
|
| SourceAddressToken();
|
| ~SourceAddressToken();
|
|
|