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

Unified Diff: net/quic/core/congestion_control/rtt_stats.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/rtt_stats.h
diff --git a/net/quic/core/congestion_control/rtt_stats.h b/net/quic/core/congestion_control/rtt_stats.h
index a4fb16a7f2d47820247999a93e87a4625dec9597..d04dd44531378800b3ae3929289c9972950b9756 100644
--- a/net/quic/core/congestion_control/rtt_stats.h
+++ b/net/quic/core/congestion_control/rtt_stats.h
@@ -12,10 +12,10 @@
#include <algorithm>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_bug_tracker.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 {
@@ -23,7 +23,7 @@ namespace test {
class RttStatsPeer;
} // namespace test
-class NET_EXPORT_PRIVATE RttStats {
+class QUIC_EXPORT_PRIVATE RttStats {
public:
RttStats();
« no previous file with comments | « net/quic/core/congestion_control/prr_sender.h ('k') | net/quic/core/congestion_control/send_algorithm_interface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698