| 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 d464babd72bb93ec0be0ae30ce4de0c828e0f6b8..38816efc987ce1ac52ae2a06db47ee2018e04b8a 100644
|
| --- a/net/dns/address_sorter_posix_unittest.cc
|
| +++ b/net/dns/address_sorter_posix_unittest.cc
|
| @@ -8,6 +8,7 @@
|
| #include "base/logging.h"
|
| #include "base/macros.h"
|
| #include "net/base/net_errors.h"
|
| +#include "net/base/socket_performance_watcher.h"
|
| #include "net/base/test_completion_callback.h"
|
| #include "net/socket/client_socket_factory.h"
|
| #include "net/socket/ssl_client_socket.h"
|
| @@ -16,6 +17,7 @@
|
| #include "testing/gtest/include/gtest/gtest.h"
|
|
|
| namespace net {
|
| +
|
| namespace {
|
|
|
| // Used to map destination address to source address.
|
| @@ -107,6 +109,7 @@ class TestSocketFactory : public ClientSocketFactory {
|
| }
|
| scoped_ptr<StreamSocket> CreateTransportClientSocket(
|
| const AddressList&,
|
| + scoped_ptr<SocketPerformanceWatcher>,
|
| NetLog*,
|
| const NetLog::Source&) override {
|
| NOTIMPLEMENTED();
|
|
|