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

Unified Diff: net/quic/core/quic_connection_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
« no previous file with comments | « net/quic/core/quic_connection_close_delegate_interface.h ('k') | net/quic/core/quic_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection_stats.h
diff --git a/net/quic/core/quic_connection_stats.h b/net/quic/core/quic_connection_stats.h
index 26580e2f869c4e7034d7362e659cf20be6bf0b17..57f7c789431a97ff1fb059fc27a171b660db5df1 100644
--- a/net/quic/core/quic_connection_stats.h
+++ b/net/quic/core/quic_connection_stats.h
@@ -10,19 +10,19 @@
#include <ostream>
-#include "net/base/net_export.h"
#include "net/quic/core/quic_bandwidth.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 {
// Structure to hold stats for a QuicConnection.
-struct NET_EXPORT_PRIVATE QuicConnectionStats {
+struct QUIC_EXPORT_PRIVATE QuicConnectionStats {
QuicConnectionStats();
QuicConnectionStats(const QuicConnectionStats& other);
~QuicConnectionStats();
- NET_EXPORT_PRIVATE friend std::ostream& operator<<(
+ QUIC_EXPORT_PRIVATE friend std::ostream& operator<<(
std::ostream& os,
const QuicConnectionStats& s);
« no previous file with comments | « net/quic/core/quic_connection_close_delegate_interface.h ('k') | net/quic/core/quic_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698