| 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 a85a99cc8f5f0ab604211231ec8942cb1e1494f8..49a023eabc86a6c255f14558a60af4fb607cb1b9 100644
|
| --- a/net/dns/address_sorter_posix_unittest.cc
|
| +++ b/net/dns/address_sorter_posix_unittest.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/macros.h"
|
| #include "net/base/ip_address.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"
|
| @@ -107,6 +108,7 @@ class TestSocketFactory : public ClientSocketFactory {
|
| }
|
| scoped_ptr<StreamSocket> CreateTransportClientSocket(
|
| const AddressList&,
|
| + scoped_ptr<SocketPerformanceWatcher>,
|
| NetLog*,
|
| const NetLog::Source&) override {
|
| NOTIMPLEMENTED();
|
|
|