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

Unified Diff: net/quic/core/quic_frame_list.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_flow_controller.h ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_frame_list.h
diff --git a/net/quic/core/quic_frame_list.h b/net/quic/core/quic_frame_list.h
index 5d547e08ec6265ae1ed955753bc27ed376175542..b2399ca141b3233e29bd9377be309e75b2ded60f 100644
--- a/net/quic/core/quic_frame_list.h
+++ b/net/quic/core/quic_frame_list.h
@@ -6,13 +6,14 @@
#define NET_QUIC_CORE_QUIC_FRAME_LIST_H_
#include <stddef.h>
+
#include <list>
#include <string>
#include "base/strings/string_piece.h"
-#include "net/base/net_export.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_stream_sequencer_buffer_interface.h"
+#include "net/quic/platform/api/quic_export.h"
namespace net {
@@ -20,7 +21,7 @@ namespace test {
class QuicStreamSequencerPeer;
}
-class NET_EXPORT_PRIVATE QuicFrameList
+class QUIC_EXPORT_PRIVATE QuicFrameList
: public QuicStreamSequencerBufferInterface {
public:
// A contiguous segment received by a QUIC stream.
« no previous file with comments | « net/quic/core/quic_flow_controller.h ('k') | net/quic/core/quic_framer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698