| Index: net/quic/quartc/quartc_session_interface.h
|
| diff --git a/net/quic/quartc/quartc_session_interface.h b/net/quic/quartc/quartc_session_interface.h
|
| index f1513cef43fd07302f1718fbb260b6d8828c1bda..82314875f20343bd62a42cf9f840f399f0f5c928 100644
|
| --- a/net/quic/quartc/quartc_session_interface.h
|
| +++ b/net/quic/quartc/quartc_session_interface.h
|
| @@ -9,7 +9,7 @@
|
| #include <stdint.h>
|
| #include <string>
|
|
|
| -#include "net/base/net_export.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
| #include "net/quic/quartc/quartc_stream_interface.h"
|
|
|
| namespace net {
|
| @@ -17,7 +17,7 @@ namespace net {
|
| // Given a PacketTransport, provides a way to send and receive separate streams
|
| // of reliable, in-order, encrypted data. For example, this can build on top of
|
| // a WebRTC IceTransport for sending and receiving data over QUIC.
|
| -class NET_EXPORT_PRIVATE QuartcSessionInterface {
|
| +class QUIC_EXPORT_PRIVATE QuartcSessionInterface {
|
| public:
|
| virtual ~QuartcSessionInterface() {}
|
|
|
|
|