diff options
Diffstat (limited to 'jingle')
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; |