| 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 1212978d87b50fde122450d0eaefeee34d3093e5..ef5311bd803502c248ed009b1c71d11af23bcf8a 100644
|
| --- a/net/dns/address_sorter_posix_unittest.cc
|
| +++ b/net/dns/address_sorter_posix_unittest.cc
|
| @@ -17,6 +17,9 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
| +
|
| +class SocketPerformanceWatcherFactory;
|
| +
|
| namespace {
|
|
|
| // Used to map destination address to source address.
|
| @@ -108,6 +111,7 @@ class TestSocketFactory : public ClientSocketFactory {
|
| }
|
| scoped_ptr<StreamSocket> CreateTransportClientSocket(
|
| const AddressList&,
|
| + SocketPerformanceWatcherFactory*,
|
| NetLog*,
|
| const NetLog::Source&) override {
|
| NOTIMPLEMENTED();
|
|
|