summaryrefslogtreecommitdiffstats
path: root/net/socket
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 05:27:26 +0000
commit6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf (patch)
tree2fa73f7cf39796509c1ae384282c4dd61c7c72d7 /net/socket
parent4d5b96b229869f27a1ab1bb31e952615ef770e12 (diff)
downloadchromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.zip
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.gz
chromium_src-6a60c8cdaeb4bfe2108bdda58e2c094ee453c1bf.tar.bz2
Cleanup: Remove unneeded forward declararations in net.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8525020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109590 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/socket')
-rw-r--r--net/socket/client_socket_factory.h2
-rw-r--r--net/socket/ssl_client_socket_pool.h1
-rw-r--r--net/socket/ssl_server_socket.h1
3 files changed, 0 insertions, 4 deletions
diff --git a/net/socket/client_socket_factory.h b/net/socket/client_socket_factory.h
index 0f35194..884fc4f 100644
--- a/net/socket/client_socket_factory.h
+++ b/net/socket/client_socket_factory.h
@@ -17,10 +17,8 @@
namespace net {
class AddressList;
-class CertVerifier;
class ClientSocketHandle;
class DatagramClientSocket;
-class DnsCertProvenanceChecker;
class HostPortPair;
class SSLClientSocket;
struct SSLClientSocketContext;
diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h
index e29bea5..2437a55 100644
--- a/net/socket/ssl_client_socket_pool.h
+++ b/net/socket/ssl_client_socket_pool.h
@@ -36,7 +36,6 @@ class SSLClientSocket;
class SSLHostInfoFactory;
class TransportSocketParams;
class TransportClientSocketPool;
-struct RRResponse;
// SSLSocketParams only needs the socket params for the transport socket
// that will be used (denoted by |proxy|).
diff --git a/net/socket/ssl_server_socket.h b/net/socket/ssl_server_socket.h
index bdf5b80..8e0ad60 100644
--- a/net/socket/ssl_server_socket.h
+++ b/net/socket/ssl_server_socket.h
@@ -20,7 +20,6 @@ class RSAPrivateKey;
namespace net {
-class IOBuffer;
struct SSLConfig;
class X509Certificate;