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 0cdcdc621ff934b7de503ae4d975024b03f47c79..70a3660e12f54a1068c3fd6c1e25e6991f353a58 100644 |
--- a/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
+++ b/google_apis/gcm/engine/connection_handler_impl_unittest.cc |
@@ -199,7 +199,7 @@ void GCMConnectionHandlerImplTest::Connect( |
base::Unretained(this)))); |
EXPECT_FALSE(connection_handler()->CanSendMessage()); |
connection_handler_->Init(*BuildLoginRequest(kAuthId, kAuthToken), |
- socket_.Pass()); |
+ socket_.get()); |
} |
void GCMConnectionHandlerImplTest::ReadContinuation( |