| Index: webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel_unittest.cc b/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| index fa6fac17b53d05e3b22097b961c772c0c9508ffc..905ed9a0bd195d0d1a0c002b757849fdf7a4a084 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| +++ b/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| @@ -22,7 +22,6 @@
|
| #include "webrtc/base/dscp.h"
|
| #include "webrtc/base/fakeclock.h"
|
| #include "webrtc/base/fakenetwork.h"
|
| -#include "webrtc/base/firewallsocketserver.h"
|
| #include "webrtc/base/gunit.h"
|
| #include "webrtc/base/helpers.h"
|
| #include "webrtc/base/logging.h"
|
| @@ -34,6 +33,7 @@
|
| #include "webrtc/base/ssladapter.h"
|
| #include "webrtc/base/thread.h"
|
| #include "webrtc/base/virtualsocketserver.h"
|
| +#include "webrtc/test/firewallsocketserver.h"
|
|
|
| namespace {
|
|
|
|
|