summaryrefslogtreecommitdiffstats
path: root/jingle/notifier/base/chrome_async_socket_unittest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'jingle/notifier/base/chrome_async_socket_unittest.cc')
-rw-r--r--jingle/notifier/base/chrome_async_socket_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/jingle/notifier/base/chrome_async_socket_unittest.cc b/jingle/notifier/base/chrome_async_socket_unittest.cc
index 00eb8ac..ce97531 100644
--- a/jingle/notifier/base/chrome_async_socket_unittest.cc
+++ b/jingle/notifier/base/chrome_async_socket_unittest.cc
@@ -123,7 +123,7 @@ class MockXmppClientSocketFactory : public ResolvingClientSocketFactory {
net::SSLClientSocketContext context;
context.cert_verifier = cert_verifier_.get();
return mock_client_socket_factory_->CreateSSLClientSocket(
- transport_socket, host_and_port, ssl_config_, NULL, context);
+ transport_socket, host_and_port, ssl_config_, context);
}
private: