| Index: webrtc/base/proxy_unittest.cc
|
| diff --git a/webrtc/base/proxy_unittest.cc b/webrtc/base/proxy_unittest.cc
|
| index 7e040b793537c86742668e8294e09664121dcc9c..f7668b597c2e125d81342e42cac287b197fb0fe0 100644
|
| --- a/webrtc/base/proxy_unittest.cc
|
| +++ b/webrtc/base/proxy_unittest.cc
|
| @@ -31,7 +31,7 @@ static const SocketAddress kBogusProxyIntAddr("1.2.3.4", 999);
|
| // Sets up a virtual socket server and HTTPS/SOCKS5 proxy servers.
|
| class ProxyTest : public testing::Test {
|
| public:
|
| - ProxyTest() : ss_(new rtc::VirtualSocketServer(nullptr)), thread_(ss_.get()) {
|
| + ProxyTest() : ss_(new rtc::VirtualSocketServer()), thread_(ss_.get()) {
|
| socks_.reset(new rtc::SocksProxyServer(
|
| ss_.get(), kSocksProxyIntAddr, ss_.get(), kSocksProxyExtAddr));
|
| https_.reset(new rtc::HttpListenServer());
|
|
|