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

Unified Diff: net/quic/core/crypto/quic_server_info.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_random.h ('k') | net/quic/core/crypto/strike_register.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/crypto/quic_server_info.h
diff --git a/net/quic/core/crypto/quic_server_info.h b/net/quic/core/crypto/quic_server_info.h
index ccda8907577a1672d62492b2ec2ee94a22418405..4a5e75e3b9c2843ea24db3ada8a04c0246906202 100644
--- a/net/quic/core/crypto/quic_server_info.h
+++ b/net/quic/core/crypto/quic_server_info.h
@@ -13,8 +13,8 @@
#include "base/memory/weak_ptr.h"
#include "base/time/time.h"
#include "net/base/completion_callback.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_server_id.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -22,7 +22,7 @@ namespace net {
// This information may be stored on disk so does not include keys or other
// sensitive information. Primarily it's intended for caching the QUIC server's
// crypto config.
-class NET_EXPORT_PRIVATE QuicServerInfo {
+class QUIC_EXPORT_PRIVATE QuicServerInfo {
public:
// Enum to track number of times data read/parse/write API calls of
// QuicServerInfo to and from disk cache is called.
@@ -161,7 +161,7 @@ class NET_EXPORT_PRIVATE QuicServerInfo {
DISALLOW_COPY_AND_ASSIGN(QuicServerInfo);
};
-class NET_EXPORT_PRIVATE QuicServerInfoFactory {
+class QUIC_EXPORT_PRIVATE QuicServerInfoFactory {
public:
QuicServerInfoFactory() {}
virtual ~QuicServerInfoFactory();
« no previous file with comments | « net/quic/core/crypto/quic_random.h ('k') | net/quic/core/crypto/strike_register.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698