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

Unified Diff: net/quic/core/quic_client_promised_info.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_buffered_packet_store.h ('k') | net/quic/core/quic_client_push_promise_index.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_client_promised_info.h
diff --git a/net/quic/core/quic_client_promised_info.h b/net/quic/core/quic_client_promised_info.h
index 2af269eb96f487e2c82d1183f4866badcec8cd68..0f4bd8dcdf66bf4155b02963536ba3e4ef4769f8 100644
--- a/net/quic/core/quic_client_promised_info.h
+++ b/net/quic/core/quic_client_promised_info.h
@@ -5,15 +5,15 @@
#ifndef NET_QUIC_CORE_QUIC_CLIENT_PROMISED_INFO_H_
#define NET_QUIC_CORE_QUIC_CLIENT_PROMISED_INFO_H_
-#include <sys/types.h>
#include <string>
+#include <sys/types.h>
-#include "net/base/net_export.h"
#include "net/quic/core/quic_alarm.h"
#include "net/quic/core/quic_client_push_promise_index.h"
#include "net/quic/core/quic_client_session_base.h"
#include "net/quic/core/quic_packets.h"
#include "net/quic/core/quic_spdy_stream.h"
+#include "net/quic/platform/api/quic_export.h"
#include "net/spdy/spdy_framer.h"
namespace net {
@@ -28,7 +28,7 @@ class QuicClientPromisedInfoPeer;
// stream from the time a PUSH_PROMISE is received until rendezvous
// between the promised response and the corresponding client request
// is complete.
-class NET_EXPORT_PRIVATE QuicClientPromisedInfo
+class QUIC_EXPORT_PRIVATE QuicClientPromisedInfo
: public QuicClientPushPromiseIndex::TryHandle {
public:
// Interface to QuicSpdyClientStream
« no previous file with comments | « net/quic/core/quic_buffered_packet_store.h ('k') | net/quic/core/quic_client_push_promise_index.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698