Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1275)

Unified Diff: blimp/net/ssl_client_transport.h

Issue 2539183002: blimp: Cleanup class/struct forward declarations (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/net/input_message_generator.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « blimp/net/input_message_generator.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698