summaryrefslogtreecommitdiffstats
path: root/net/spdy/spdy_session.h
diff options
context:
space:
mode:
authorrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:36:16 +0000
committerrvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-19 23:36:16 +0000
commit66a4b6df11ba5ddec6f6e5d0c7d721b0fa4cc666 (patch)
tree656fddb6869139988e6c1ac1c682e59ad1a35738 /net/spdy/spdy_session.h
parente078590661444968a2c49a3e5464413714471dca (diff)
downloadchromium_src-66a4b6df11ba5ddec6f6e5d0c7d721b0fa4cc666.zip
chromium_src-66a4b6df11ba5ddec6f6e5d0c7d721b0fa4cc666.tar.gz
chromium_src-66a4b6df11ba5ddec6f6e5d0c7d721b0fa4cc666.tar.bz2
Net: Add NET_API to socket_stream and spdy.
BUG=76997 TEST=NONE Review URL: http://codereview.chromium.org/7044021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86011 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/spdy/spdy_session.h')
-rw-r--r--net/spdy/spdy_session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
index 9cd9038..f26d256 100644
--- a/net/spdy/spdy_session.h
+++ b/net/spdy/spdy_session.h
@@ -44,8 +44,8 @@ class SpdySettingsStorage;
class SpdyStream;
class SSLInfo;
-class SpdySession : public base::RefCounted<SpdySession>,
- public spdy::SpdyFramerVisitorInterface {
+class NET_API 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