| Index: net/dns/address_sorter_posix_unittest.cc
|
| diff --git a/net/dns/address_sorter_posix_unittest.cc b/net/dns/address_sorter_posix_unittest.cc
|
| index 7520f20c52162bb93c6585260e4bd3b03b58a961..78ba5b992d7826dfb6182d864661e0deda2a6bbd 100644
|
| --- a/net/dns/address_sorter_posix_unittest.cc
|
| +++ b/net/dns/address_sorter_posix_unittest.cc
|
| @@ -85,10 +85,10 @@ class TestUDPClientSocket : public DatagramClientSocket {
|
| return OK;
|
| }
|
|
|
| - const BoundNetLog& NetLog() const override { return net_log_; }
|
| + const NetLogWithSource& NetLog() const override { return net_log_; }
|
|
|
| private:
|
| - BoundNetLog net_log_;
|
| + NetLogWithSource net_log_;
|
| const AddressMapping* mapping_;
|
| bool connected_;
|
| IPEndPoint local_endpoint_;
|
|
|