summaryrefslogtreecommitdiffstats
path: root/jingle
diff options
context:
space:
mode:
authorthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:48 +0000
committerthestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-15 00:29:48 +0000
commit320eff44dc909bf0fe575b3bff1df08a2fd99736 (patch)
treed17929f1c501ec3bd661c2cae401fdae1ac44d58 /jingle
parent97739e9e12cb10a63c75e7f6e65db28cc8101037 (diff)
downloadchromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.zip
chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.gz
chromium_src-320eff44dc909bf0fe575b3bff1df08a2fd99736.tar.bz2
Cleanup: Remove unneeded forward declarations in base, dbug, gpu, ipc, jingle, and media.
BUG=none TEST=none Review URL: http://codereview.chromium.org/8511045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109998 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'jingle')
-rw-r--r--jingle/notifier/base/resolving_client_socket_factory.h1
-rw-r--r--jingle/notifier/base/xmpp_client_socket_factory.h2
-rw-r--r--jingle/notifier/communicator/login.h1
-rw-r--r--jingle/notifier/communicator/login_settings.h4
-rw-r--r--jingle/notifier/communicator/xmpp_connection_generator.h5
5 files changed, 0 insertions, 13 deletions
diff --git a/jingle/notifier/base/resolving_client_socket_factory.h b/jingle/notifier/base/resolving_client_socket_factory.h
index 427c6f0..7f5af1f 100644
--- a/jingle/notifier/base/resolving_client_socket_factory.h
+++ b/jingle/notifier/base/resolving_client_socket_factory.h
@@ -9,7 +9,6 @@
namespace net {
class ClientSocketHandle;
class HostPortPair;
-class NetLog;
class SSLClientSocket;
class StreamSocket;
}
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.h b/jingle/notifier/base/xmpp_client_socket_factory.h
index bb9ae52..7904639 100644
--- a/jingle/notifier/base/xmpp_client_socket_factory.h
+++ b/jingle/notifier/base/xmpp_client_socket_factory.h
@@ -15,9 +15,7 @@ namespace net {
class ClientSocketFactory;
class ClientSocketHandle;
class HostPortPair;
-class NetLog;
class SSLClientSocket;
-class SSLHostInfo;
class StreamSocket;
class URLRequestContextGetter;
}
diff --git a/jingle/notifier/communicator/login.h b/jingle/notifier/communicator/login.h
index c2da86f..ddc506e 100644
--- a/jingle/notifier/communicator/login.h
+++ b/jingle/notifier/communicator/login.h
@@ -19,7 +19,6 @@
namespace buzz {
class XmppClient;
-class XmppEngine;
class XmppClientSettings;
class XmppTaskParentInterface;
} // namespace buzz
diff --git a/jingle/notifier/communicator/login_settings.h b/jingle/notifier/communicator/login_settings.h
index dd8a373..7899cef 100644
--- a/jingle/notifier/communicator/login_settings.h
+++ b/jingle/notifier/communicator/login_settings.h
@@ -15,10 +15,6 @@ namespace buzz {
class XmppClientSettings;
}
-namespace talk_base {
-class SocketAddress;
-}
-
namespace notifier {
class ConnectionOptions;
diff --git a/jingle/notifier/communicator/xmpp_connection_generator.h b/jingle/notifier/communicator/xmpp_connection_generator.h
index 34f5ace..1100575 100644
--- a/jingle/notifier/communicator/xmpp_connection_generator.h
+++ b/jingle/notifier/communicator/xmpp_connection_generator.h
@@ -15,11 +15,6 @@
#include "net/base/single_request_host_resolver.h"
#include "jingle/notifier/base/server_information.h"
-namespace talk_base {
-struct ProxyInfo;
-class SignalThread;
-}
-
namespace notifier {
class ConnectionOptions;