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

Unified Diff: net/quic/core/quic_constants.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_connection_stats.h ('k') | net/quic/core/quic_crypto_client_stream.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_constants.h
diff --git a/net/quic/core/quic_constants.h b/net/quic/core/quic_constants.h
index 8c6447d1f8f47b6fb8c5c206566792d0092756a0..9783db0691ed952fa028f35b97612332ce61b5c2 100644
--- a/net/quic/core/quic_constants.h
+++ b/net/quic/core/quic_constants.h
@@ -6,11 +6,13 @@
#define NET_QUIC_CORE_QUIC_CONSTANTS_H_
#include <stddef.h>
+
#include <cstdint>
#include <limits>
#include "base/macros.h"
#include "net/quic/core/quic_types.h"
+#include "net/quic/platform/api/quic_export.h"
// Definitions of constant values used throughout the QUIC code.
@@ -93,7 +95,7 @@ const QuicStreamId kHeadersStreamId = 3;
// Header key used to identify final offset on data stream when sending HTTP/2
// trailing headers over QUIC.
-NET_EXPORT_PRIVATE extern const char* const kFinalOffsetHeaderKey;
+QUIC_EXPORT_PRIVATE extern const char* const kFinalOffsetHeaderKey;
// Maximum delayed ack time, in ms.
const int64_t kMaxDelayedAckTimeMs = 25;
« no previous file with comments | « net/quic/core/quic_connection_stats.h ('k') | net/quic/core/quic_crypto_client_stream.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698