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

Unified Diff: net/quic/core/congestion_control/hybrid_slow_start.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
Index: net/quic/core/congestion_control/hybrid_slow_start.h
diff --git a/net/quic/core/congestion_control/hybrid_slow_start.h b/net/quic/core/congestion_control/hybrid_slow_start.h
index 21b3fff3dd1712add7501834bb5d5620a5c2852b..73c564bb30e24fad003a21addaf8715eaebc8637 100644
--- a/net/quic/core/congestion_control/hybrid_slow_start.h
+++ b/net/quic/core/congestion_control/hybrid_slow_start.h
@@ -19,13 +19,13 @@
#include <stdint.h>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_time.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
-class NET_EXPORT_PRIVATE HybridSlowStart {
+class QUIC_EXPORT_PRIVATE HybridSlowStart {
public:
HybridSlowStart();
« no previous file with comments | « net/quic/core/congestion_control/general_loss_algorithm.h ('k') | net/quic/core/congestion_control/loss_detection_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698