From 172da1b80ab1d9ec5428f04919f1bed13a37e3dc Mon Sep 17 00:00:00 2001 From: "darin@chromium.org" Date: Fri, 12 Aug 2011 15:52:26 +0000 Subject: Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. Review URL: http://codereview.chromium.org/7529043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96560 0039d316-1c4b-4281-b951-d872f2087c98 --- net/socket/client_socket_pool.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/socket/client_socket_pool.h') diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h index c50af84..0c6b8a4 100644 --- a/net/socket/client_socket_pool.h +++ b/net/socket/client_socket_pool.h @@ -16,7 +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/net_export.h" #include "net/base/request_priority.h" namespace base { @@ -32,7 +32,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 NET_API ClientSocketPool { +class NET_EXPORT ClientSocketPool { public: // Requests a connected socket for a group_name. // -- cgit v1.1