| Index: net/socket/socket_test_util.h
|
| diff --git a/net/socket/socket_test_util.h b/net/socket/socket_test_util.h
|
| index d54e2ac5ac141230c75bee9a4f102c7d4b8835c1..a0d0c65d0fcd0fc7bda5a2b91da9dd878128934a 100644
|
| --- a/net/socket/socket_test_util.h
|
| +++ b/net/socket/socket_test_util.h
|
| @@ -627,7 +627,7 @@ class MockTCPClientSocket : public MockClientSocket, public AsyncSocket {
|
| SocketDataProvider* socket);
|
| virtual ~MockTCPClientSocket();
|
|
|
| - AddressList addresses() const { return addresses_; }
|
| + const AddressList& addresses() const { return addresses_; }
|
|
|
| // Socket implementation.
|
| virtual int Read(IOBuffer* buf, int buf_len,
|
|
|