summaryrefslogtreecommitdiffstats
path: root/net/socket/client_socket_pool_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/socket/client_socket_pool_manager.h')
-rw-r--r--net/socket/client_socket_pool_manager.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
index 27dc66d..ac4aeea 100644
--- a/net/socket/client_socket_pool_manager.h
+++ b/net/socket/client_socket_pool_manager.h
@@ -19,7 +19,7 @@
#include "base/threading/non_thread_safe.h"
#include "net/base/cert_database.h"
#include "net/base/completion_callback.h"
-#include "net/base/net_api.h"
+#include "net/base/net_export.h"
#include "net/base/request_priority.h"
#include "net/socket/client_socket_pool_histograms.h"
@@ -110,9 +110,9 @@ class ClientSocketPoolManager : public base::NonThreadSafe,
SSLClientSocketPool* GetSocketPoolForSSLWithProxy(
const HostPortPair& proxy_server);
- NET_API static int max_sockets_per_group();
- NET_API static void set_max_sockets_per_group(int socket_count);
- NET_API static void set_max_sockets_per_proxy_server(int socket_count);
+ NET_EXPORT static int max_sockets_per_group();
+ NET_EXPORT static void set_max_sockets_per_group(int socket_count);
+ NET_EXPORT static void set_max_sockets_per_proxy_server(int socket_count);
// A helper method that uses the passed in proxy information to initialize a
// ClientSocketHandle with the relevant socket pool. Use this method for
@@ -137,7 +137,7 @@ class ClientSocketPoolManager : public base::NonThreadSafe,
// ClientSocketHandle with the relevant socket pool. Use this method for
// a raw socket connection to a host-port pair (that needs to tunnel through
// the proxies).
- NET_API static int InitSocketHandleForRawConnect(
+ NET_EXPORT static int InitSocketHandleForRawConnect(
const HostPortPair& host_port_pair,
HttpNetworkSession* session,
const ProxyInfo& proxy_info,