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