Index: google_apis/gcm/engine/connection_handler_impl_unittest.cc |
diff --git a/google_apis/gcm/engine/connection_handler_impl_unittest.cc b/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
index 36b9ad3de03a59a232b789bc63e898f21d6ffa99..0130b19d9e561029ebd11bddd7cd6dcfe199bf28 100644 |
--- a/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
+++ b/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
@@ -209,7 +209,7 @@ net::StreamSocket* GCMConnectionHandlerImplTest::BuildSocket( |
socket_factory_.AddSocketDataProvider(data_provider_.get()); |
socket_ = socket_factory_.CreateTransportClientSocket( |
- address_list_, NULL, net::NetLog::Source()); |
+ address_list_, NULL, NULL, net::NetLog::Source()); |
socket_->Connect(net::CompletionCallback()); |
run_loop_.reset(new base::RunLoop()); |