diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 23:36:16 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 23:36:16 +0000 |
commit | 66a4b6df11ba5ddec6f6e5d0c7d721b0fa4cc666 (patch) | |
tree | 656fddb6869139988e6c1ac1c682e59ad1a35738 /net/spdy/spdy_session_pool.h | |
parent | e078590661444968a2c49a3e5464413714471dca (diff) | |
download | chromium_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_pool.h')
-rw-r--r-- | net/spdy/spdy_session_pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/spdy/spdy_session_pool.h b/net/spdy/spdy_session_pool.h index 32531d5..0fd1a17 100644 --- a/net/spdy/spdy_session_pool.h +++ b/net/spdy/spdy_session_pool.h @@ -17,6 +17,7 @@ #include "net/base/cert_database.h" #include "net/base/host_port_pair.h" #include "net/base/ip_endpoint.h" +#include "net/base/net_api.h" #include "net/base/net_errors.h" #include "net/base/network_change_notifier.h" #include "net/base/ssl_config_service.h" @@ -34,7 +35,7 @@ class HttpNetworkSession; class SpdySession; // This is a very simple pool for open SpdySessions. -class SpdySessionPool +class NET_API SpdySessionPool : public NetworkChangeNotifier::IPAddressObserver, public SSLConfigService::Observer, public CertDatabase::Observer { |