| 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 9ca9c6483ea346525bb2f1ca91d49398aebabf7c..97a026849ca60454ab3c568c0a160a6245cb2414 100644
|
| --- a/google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| +++ b/google_apis/gcm/engine/connection_handler_impl_unittest.cc
|
| @@ -210,7 +210,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());
|
|
|