diff options
author | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 21:53:58 +0000 |
---|---|---|
committer | rvargas@google.com <rvargas@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-19 21:53:58 +0000 |
commit | f89860148fa573627e19e6c9a3aa3cbfb58fb7cc (patch) | |
tree | 5844bd4ff873a84357ad7313c8af83b300709cd3 /net/socket/client_socket_pool.h | |
parent | 5121e678dd8ce395a7562f393d642301944d2408 (diff) | |
download | chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.zip chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.tar.gz chromium_src-f89860148fa573627e19e6c9a3aa3cbfb58fb7cc.tar.bz2 |
Net: Add net_api to the socket code
BUG=76997
TEST=NONE
Review URL: http://codereview.chromium.org/7011056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85982 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket/client_socket_pool.h')
-rw-r--r-- | net/socket/client_socket_pool.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h index 88e03ac..77d58fa 100644 --- a/net/socket/client_socket_pool.h +++ b/net/socket/client_socket_pool.h @@ -16,6 +16,7 @@ #include "net/base/completion_callback.h" #include "net/base/host_resolver.h" #include "net/base/load_states.h" +#include "net/base/net_api.h" #include "net/base/request_priority.h" class DictionaryValue; @@ -29,7 +30,7 @@ class StreamSocket; // A ClientSocketPool is used to restrict the number of sockets open at a time. // It also maintains a list of idle persistent sockets. // -class ClientSocketPool { +class NET_API ClientSocketPool { public: // Requests a connected socket for a group_name. // |