| 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
|
|
|