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

Unified Diff: net/quic/core/quic_headers_stream.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_header_list.h ('k') | net/quic/core/quic_iovector.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_headers_stream.h
diff --git a/net/quic/core/quic_headers_stream.h b/net/quic/core/quic_headers_stream.h
index 97907666e7ad6ff72742622db32d5ecc294c86c3..4c7885c92b9b30bad613950e1bcdb5e02a47bccd 100644
--- a/net/quic/core/quic_headers_stream.h
+++ b/net/quic/core/quic_headers_stream.h
@@ -10,10 +10,10 @@
#include <memory>
#include "base/macros.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_header_list.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_stream.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/spdy/spdy_framer.h"
namespace net {
@@ -28,9 +28,9 @@ class QuicHeadersStreamPeer;
// over a reserved reliable stream with the id 3. Each endpoint
// (client and server) will allocate an instance of QuicHeadersStream
// to send and receive headers.
-class NET_EXPORT_PRIVATE QuicHeadersStream : public QuicStream {
+class QUIC_EXPORT_PRIVATE QuicHeadersStream : public QuicStream {
public:
- class NET_EXPORT_PRIVATE HpackDebugVisitor {
+ class QUIC_EXPORT_PRIVATE HpackDebugVisitor {
public:
HpackDebugVisitor();
« no previous file with comments | « net/quic/core/quic_header_list.h ('k') | net/quic/core/quic_iovector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698