| Index: webrtc/p2p/client/basicportallocator_unittest.cc
|
| diff --git a/webrtc/p2p/client/basicportallocator_unittest.cc b/webrtc/p2p/client/basicportallocator_unittest.cc
|
| index 253a15aaf3b2900bec6f9af290cb1e2c81d1ec2a..db33a91a4824e048485cb724242690c506ecd345 100644
|
| --- a/webrtc/p2p/client/basicportallocator_unittest.cc
|
| +++ b/webrtc/p2p/client/basicportallocator_unittest.cc
|
| @@ -19,7 +19,6 @@
|
| #include "webrtc/p2p/base/testturnserver.h"
|
| #include "webrtc/p2p/client/basicportallocator.h"
|
| #include "webrtc/base/fakenetwork.h"
|
| -#include "webrtc/base/firewallsocketserver.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/helpers.h"
|
| #include "webrtc/base/ipaddress.h"
|
| @@ -32,6 +31,7 @@
|
| #include "webrtc/base/ssladapter.h"
|
| #include "webrtc/base/thread.h"
|
| #include "webrtc/base/virtualsocketserver.h"
|
| +#include "webrtc/test/firewallsocketserver.h"
|
|
|
| using rtc::IPAddress;
|
| using rtc::SocketAddress;
|
|
|