| Index: net/quic/core/quic_session.h
|
| diff --git a/net/quic/core/quic_session.h b/net/quic/core/quic_session.h
|
| index c40a4a0883ae7ca811bf5d1661547d6ae273a843..1807a452cda927255e7425242497d66876261d18 100644
|
| --- a/net/quic/core/quic_session.h
|
| +++ b/net/quic/core/quic_session.h
|
| @@ -20,13 +20,13 @@
|
| #include "base/containers/small_map.h"
|
| #include "base/macros.h"
|
| #include "base/strings/string_piece.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_connection.h"
|
| #include "net/quic/core/quic_crypto_stream.h"
|
| #include "net/quic/core/quic_packet_creator.h"
|
| #include "net/quic/core/quic_packets.h"
|
| #include "net/quic/core/quic_stream.h"
|
| #include "net/quic/core/quic_write_blocked_list.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
|
|
| namespace net {
|
|
|
| @@ -38,7 +38,7 @@ namespace test {
|
| class QuicSessionPeer;
|
| } // namespace test
|
|
|
| -class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| +class QUIC_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| public:
|
| // An interface from the session to the entity owning the session.
|
| // This lets the session notify its owner (the Dispatcher) when the connection
|
|
|