| Index: net/socket/socket_test_util.h
|
| ===================================================================
|
| --- net/socket/socket_test_util.h (revision 65819)
|
| +++ net/socket/socket_test_util.h (working copy)
|
| @@ -532,7 +532,7 @@
|
| const NetLog::Source& source);
|
| virtual SSLClientSocket* CreateSSLClientSocket(
|
| ClientSocketHandle* transport_socket,
|
| - const std::string& hostname,
|
| + const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config,
|
| SSLHostInfo* ssl_host_info,
|
| DnsRRResolver* dnsrr_resolver);
|
| @@ -690,7 +690,7 @@
|
| public:
|
| MockSSLClientSocket(
|
| net::ClientSocketHandle* transport_socket,
|
| - const std::string& hostname,
|
| + const HostPortPair& host_and_port,
|
| const net::SSLConfig& ssl_config,
|
| SSLHostInfo* ssl_host_info,
|
| net::SSLSocketDataProvider* socket);
|
| @@ -877,7 +877,7 @@
|
| const NetLog::Source& source);
|
| virtual SSLClientSocket* CreateSSLClientSocket(
|
| ClientSocketHandle* transport_socket,
|
| - const std::string& hostname,
|
| + const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config,
|
| SSLHostInfo* ssl_host_info,
|
| DnsRRResolver* dnsrr_resolver);
|
|
|