| Index: net/quic/core/quic_write_blocked_list.h
|
| diff --git a/net/quic/core/quic_write_blocked_list.h b/net/quic/core/quic_write_blocked_list.h
|
| index 92be0fa24aa04d8592bd11624ca2fae1d7f5feb3..02f87f9fd30b8ef8e7bf2dd91839913cd9ff913f 100644
|
| --- a/net/quic/core/quic_write_blocked_list.h
|
| +++ b/net/quic/core/quic_write_blocked_list.h
|
| @@ -11,9 +11,9 @@
|
| #include <set>
|
|
|
| #include "base/macros.h"
|
| -#include "net/base/net_export.h"
|
| #include "net/quic/core/quic_flags.h"
|
| #include "net/quic/core/quic_packets.h"
|
| +#include "net/quic/platform/api/quic_export.h"
|
| #include "net/spdy/priority_write_scheduler.h"
|
|
|
| namespace net {
|
| @@ -21,7 +21,7 @@ namespace net {
|
| // Keeps tracks of the QUIC streams that have data to write, sorted by
|
| // priority. QUIC stream priority order is:
|
| // Crypto stream > Headers stream > Data streams by requested priority.
|
| -class NET_EXPORT_PRIVATE QuicWriteBlockedList {
|
| +class QUIC_EXPORT_PRIVATE QuicWriteBlockedList {
|
| private:
|
| typedef PriorityWriteScheduler<QuicStreamId> QuicPriorityWriteScheduler;
|
|
|
|
|