| Index: webrtc/p2p/base/asyncstuntcpsocket_unittest.cc
|
| diff --git a/webrtc/p2p/base/asyncstuntcpsocket_unittest.cc b/webrtc/p2p/base/asyncstuntcpsocket_unittest.cc
|
| index 41b3be27653d6f6d820ec533ee0dcd60e46d88a5..6c026f67668cc79d3f798af5490b26a0696b0400 100644
|
| --- a/webrtc/p2p/base/asyncstuntcpsocket_unittest.cc
|
| +++ b/webrtc/p2p/base/asyncstuntcpsocket_unittest.cc
|
| @@ -13,7 +13,6 @@
|
| #include "webrtc/p2p/base/asyncstuntcpsocket.h"
|
| #include "webrtc/base/asyncsocket.h"
|
| #include "webrtc/base/gunit.h"
|
| -#include "webrtc/base/physicalsocketserver.h"
|
| #include "webrtc/base/virtualsocketserver.h"
|
|
|
| namespace cricket {
|
| @@ -69,8 +68,7 @@ class AsyncStunTCPSocketTest : public testing::Test,
|
| public sigslot::has_slots<> {
|
| protected:
|
| AsyncStunTCPSocketTest()
|
| - : vss_(new rtc::VirtualSocketServer(NULL)),
|
| - thread_(vss_.get()) {}
|
| + : vss_(new rtc::VirtualSocketServer()), thread_(vss_.get()) {}
|
|
|
| virtual void SetUp() {
|
| CreateSockets();
|
|
|