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

Unified Diff: net/quic/core/crypto/strike_register_client.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/strike_register.h ('k') | net/quic/core/frames/quic_ack_frame.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_client.h
diff --git a/net/quic/core/crypto/strike_register_client.h b/net/quic/core/crypto/strike_register_client.h
index b4fed7ab58d6f0d108306e3d64d8166e67868680..c8cc409b53f046973efd4eedf65b0cb7dece00b9 100644
--- a/net/quic/core/crypto/strike_register_client.h
+++ b/net/quic/core/crypto/strike_register_client.h
@@ -9,19 +9,19 @@
#include "base/macros.h"
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/crypto/strike_register.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
// Interface implemented by clients that talk to strike registers
// implemented as local or remote services.
-class NET_EXPORT_PRIVATE StrikeRegisterClient {
+class QUIC_EXPORT_PRIVATE StrikeRegisterClient {
public:
// Single use callback that will be invoked once the validation
// operation is complete.
- class NET_EXPORT_PRIVATE ResultCallback {
+ class QUIC_EXPORT_PRIVATE ResultCallback {
public:
ResultCallback() {}
virtual ~ResultCallback() {}
« no previous file with comments | « net/quic/core/crypto/strike_register.h ('k') | net/quic/core/frames/quic_ack_frame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698