| Index: trunk/src/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc
|
| ===================================================================
|
| --- trunk/src/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc (revision 273764)
|
| +++ trunk/src/content/browser/renderer_host/p2p/socket_host_tcp_unittest.cc (working copy)
|
| @@ -31,11 +31,11 @@
|
| .WillOnce(DoAll(DeleteArg<0>(), Return(true)));
|
|
|
| if (socket_type_ == P2P_SOCKET_TCP_CLIENT) {
|
| - socket_host_.reset(
|
| - new P2PSocketHostTcp(&sender_, 0, P2P_SOCKET_TCP_CLIENT, NULL));
|
| + socket_host_.reset(new P2PSocketHostTcp(
|
| + &sender_, 0, P2P_SOCKET_TCP_CLIENT, NULL));
|
| } else {
|
| socket_host_.reset(new P2PSocketHostStunTcp(
|
| - &sender_, 0, P2P_SOCKET_STUN_TCP_CLIENT, NULL));
|
| + &sender_, 0, P2P_SOCKET_STUN_TCP_CLIENT, NULL));
|
| }
|
|
|
| socket_ = new FakeSocket(&sent_data_);
|
|
|