| Index: net/spdy/spdy_session.h
|
| ===================================================================
|
| --- net/spdy/spdy_session.h (revision 95949)
|
| +++ net/spdy/spdy_session.h (working copy)
|
| @@ -44,8 +44,8 @@
|
| class SpdyStream;
|
| class SSLInfo;
|
|
|
| -class NET_API SpdySession : public base::RefCounted<SpdySession>,
|
| - public spdy::SpdyFramerVisitorInterface {
|
| +class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
| + public spdy::SpdyFramerVisitorInterface {
|
| public:
|
| // Create a new SpdySession.
|
| // |host_port_proxy_pair| is the host/port that this session connects to, and
|
|
|