| Index: blimp/net/ssl_client_transport.h
|
| diff --git a/blimp/net/ssl_client_transport.h b/blimp/net/ssl_client_transport.h
|
| index 8b9db0c0c0e5395590d3d0afc9ebecaa7c7c6447..5ae135afbc9323397c202a7088aeb1054e85bcd6 100644
|
| --- a/blimp/net/ssl_client_transport.h
|
| +++ b/blimp/net/ssl_client_transport.h
|
| @@ -21,17 +21,13 @@
|
| #include "net/http/transport_security_state.h"
|
|
|
| namespace net {
|
| -class ClientSocketFactory;
|
| class NetLog;
|
| -class StreamSocket;
|
| class TCPClientSocket;
|
| class TransportSecurityState;
|
| } // namespace net
|
|
|
| namespace blimp {
|
|
|
| -class BlimpConnection;
|
| -
|
| // Creates and connects SSL socket connections to an Engine.
|
| class BLIMP_NET_EXPORT SSLClientTransport : public TCPClientTransport {
|
| public:
|
|
|