Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(248)

Unified Diff: net/quic/core/quic_write_blocked_list.h

Issue 2561893002: Add QUIC_EXPORT macros (Closed)
Patch Set: More Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/quic/core/quic_versions.h ('k') | net/quic/core/spdy_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « net/quic/core/quic_versions.h ('k') | net/quic/core/spdy_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698