| Index: net/socket/tcp_client_socket_unittest.cc
|
| diff --git a/net/socket/tcp_client_socket_unittest.cc b/net/socket/tcp_client_socket_unittest.cc
|
| index 30628d388fa092d41dd519e29ea552f50c325bdc..52cdb88cafc029c3429582a19fc4955013612ab8 100644
|
| --- a/net/socket/tcp_client_socket_unittest.cc
|
| +++ b/net/socket/tcp_client_socket_unittest.cc
|
| @@ -33,7 +33,7 @@ class TCPClientSocketTest
|
| virtual void DidAccept(ListenSocket* server, ListenSocket* connection) {
|
| connected_sock_ = connection;
|
| }
|
| - virtual void DidRead(ListenSocket*, const std::string& s) {
|
| + virtual void DidRead(ListenSocket*, const char* str, int len) {
|
| // TODO(dkegel): this might not be long enough to tickle some bugs.
|
| connected_sock_->Send(kServerReply,
|
| arraysize(kServerReply) - 1,
|
|
|