| Index: net/socket/transport_client_socket_pool_test_util.h
|
| diff --git a/net/socket/transport_client_socket_pool_test_util.h b/net/socket/transport_client_socket_pool_test_util.h
|
| index 40ed1d1c453cffc9686071d0637e9054bab07e3c..b4adb712bbb8ae3fa28ab0bda3cc832c9a07ff73 100644
|
| --- a/net/socket/transport_client_socket_pool_test_util.h
|
| +++ b/net/socket/transport_client_socket_pool_test_util.h
|
| @@ -73,20 +73,20 @@ class MockTransportClientSocketFactory : public ClientSocketFactory {
|
| DatagramSocket::BindType bind_type,
|
| const RandIntCallback& rand_int_cb,
|
| NetLog* net_log,
|
| - const NetLog::Source& source) OVERRIDE;
|
| + const NetLog::Source& source) override;
|
|
|
| virtual scoped_ptr<StreamSocket> CreateTransportClientSocket(
|
| const AddressList& addresses,
|
| NetLog* /* net_log */,
|
| - const NetLog::Source& /* source */) OVERRIDE;
|
| + const NetLog::Source& /* source */) override;
|
|
|
| virtual scoped_ptr<SSLClientSocket> CreateSSLClientSocket(
|
| scoped_ptr<ClientSocketHandle> transport_socket,
|
| const HostPortPair& host_and_port,
|
| const SSLConfig& ssl_config,
|
| - const SSLClientSocketContext& context) OVERRIDE;
|
| + const SSLClientSocketContext& context) override;
|
|
|
| - virtual void ClearSSLSessionCache() OVERRIDE;
|
| + virtual void ClearSSLSessionCache() override;
|
|
|
| int allocation_count() const { return allocation_count_; }
|
|
|
|
|