Index: google_apis/gcm/engine/fake_connection_factory.cc |
diff --git a/google_apis/gcm/engine/fake_connection_factory.cc b/google_apis/gcm/engine/fake_connection_factory.cc |
index 93e66cb6ce491007611412a05f9c99f87c4ebda2..084ff663591522092f504e0e25d1425c87821ba8 100644 |
--- a/google_apis/gcm/engine/fake_connection_factory.cc |
+++ b/google_apis/gcm/engine/fake_connection_factory.cc |
@@ -32,7 +32,7 @@ ConnectionHandler* FakeConnectionFactory::GetConnectionHandler() const { |
void FakeConnectionFactory::Connect() { |
mcs_proto::LoginRequest login_request; |
request_builder_.Run(&login_request); |
- connection_handler_->Init(login_request, scoped_ptr<net::StreamSocket>()); |
+ connection_handler_->Init(login_request, NULL); |
} |
bool FakeConnectionFactory::IsEndpointReachable() const { |