| Index: net/socket/tcp_pinger_unittest.cc
|
| diff --git a/net/socket/tcp_pinger_unittest.cc b/net/socket/tcp_pinger_unittest.cc
|
| index 8cd4ed4fb62cb1b01a182951e1c206326ed3afe1..63e0045d50295cd274aa71b631a07010d6227ea8 100644
|
| --- a/net/socket/tcp_pinger_unittest.cc
|
| +++ b/net/socket/tcp_pinger_unittest.cc
|
| @@ -28,7 +28,7 @@ class TCPPingerTest
|
| LOG(INFO) << "TCPPinger accepted connection";
|
| connected_sock_ = connection;
|
| }
|
| - virtual void DidRead(ListenSocket*, const std::string& s) {
|
| + virtual void DidRead(ListenSocket*, const char* str, int len) {
|
| // Not really needed yet, as TCPPinger doesn't support Read
|
| connected_sock_->Send(std::string("HTTP/1.1 404 Not Found"), true);
|
| connected_sock_ = NULL;
|
|
|