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

Unified Diff: net/quic/core/crypto/strike_register.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/crypto/quic_server_info.h ('k') | net/quic/core/crypto/strike_register_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/strike_register.h
diff --git a/net/quic/core/crypto/strike_register.h b/net/quic/core/crypto/strike_register.h
index cf4d18603922bad6f987ac65efc8576690015d31..59c1f944c2019e4042c29f04204c71162eda5a3c 100644
--- a/net/quic/core/crypto/strike_register.h
+++ b/net/quic/core/crypto/strike_register.h
@@ -13,7 +13,7 @@
#include <vector>
#include "base/macros.h"
-#include "net/base/net_export.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -71,7 +71,7 @@ enum InsertStatus {
// before the creation time given to the constructor. (See
// |ExternalTimeToInternal|) This avoids having to worry about overflow since
// we assume that no process will run for 130 years.
-class NET_EXPORT_PRIVATE StrikeRegister {
+class QUIC_EXPORT_PRIVATE StrikeRegister {
public:
enum StartupType {
// DENY_REQUESTS_AT_STARTUP is the typical mode for a strike register.
« no previous file with comments | « net/quic/core/crypto/quic_server_info.h ('k') | net/quic/core/crypto/strike_register_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698