Index: jingle/notifier/base/xmpp_client_socket_factory.h |
diff --git a/jingle/notifier/base/xmpp_client_socket_factory.h b/jingle/notifier/base/xmpp_client_socket_factory.h |
index 790463923053a617c6359fc8e1b6ac8d7ad48f9b..1d22e44ec9a506a43bb97307cebf98557486fa4e 100644 |
--- a/jingle/notifier/base/xmpp_client_socket_factory.h |
+++ b/jingle/notifier/base/xmpp_client_socket_factory.h |
@@ -7,6 +7,7 @@ |
#include <string> |
+#include "base/compiler_specific.h" |
#include "base/memory/ref_counted.h" |
#include "jingle/notifier/base/resolving_client_socket_factory.h" |
#include "net/base/ssl_config_service.h" |
@@ -35,11 +36,11 @@ class XmppClientSocketFactory : public ResolvingClientSocketFactory { |
// ResolvingClientSocketFactory implementation. |
virtual net::StreamSocket* CreateTransportClientSocket( |
- const net::HostPortPair& host_and_port); |
+ const net::HostPortPair& host_and_port) OVERRIDE; |
virtual net::SSLClientSocket* CreateSSLClientSocket( |
net::ClientSocketHandle* transport_socket, |
- const net::HostPortPair& host_and_port); |
+ const net::HostPortPair& host_and_port) OVERRIDE; |
private: |
net::ClientSocketFactory* const client_socket_factory_; |