Index: net/socket/ssl_client_socket_pool.h |
diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h |
index 468d3ed1285b2428b02361566760c67da7cec6b0..d9d959493f7581cd01373bd76c8aeec5ece7be33 100644 |
--- a/net/socket/ssl_client_socket_pool.h |
+++ b/net/socket/ssl_client_socket_pool.h |
@@ -229,14 +229,14 @@ class SSLClientSocketPool : public ClientSocketPool, |
virtual ClientSocketPoolHistograms* histograms() const; |
private: |
+ typedef ClientSocketPoolBase<SSLSocketParams> PoolBase; |
+ |
// SSLConfigService::Observer methods: |
// When the user changes the SSL config, we flush all idle sockets so they |
// won't get re-used. |
virtual void OnSSLConfigChanged(); |
- typedef ClientSocketPoolBase<SSLSocketParams> PoolBase; |
- |
class SSLConnectJobFactory : public PoolBase::ConnectJobFactory { |
public: |
SSLConnectJobFactory( |