| Index: webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel_unittest.cc b/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| index 4a16e2f4e8829e0d973f76a0e04bf6c27cc11b2f..b4fb197f1078ba741ee92b63c3e8857f764c4db7 100644
|
| --- a/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| +++ b/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| @@ -12,13 +12,6 @@
|
| #include <memory>
|
|
|
| #include "webrtc/api/fakemetricsobserver.h"
|
| -#include "webrtc/p2p/base/fakeportallocator.h"
|
| -#include "webrtc/p2p/base/packettransportinterface.h"
|
| -#include "webrtc/p2p/base/p2ptransportchannel.h"
|
| -#include "webrtc/p2p/base/testrelayserver.h"
|
| -#include "webrtc/p2p/base/teststunserver.h"
|
| -#include "webrtc/p2p/base/testturnserver.h"
|
| -#include "webrtc/p2p/client/basicportallocator.h"
|
| #include "webrtc/base/dscp.h"
|
| #include "webrtc/base/fakeclock.h"
|
| #include "webrtc/base/fakenetwork.h"
|
| @@ -34,6 +27,13 @@
|
| #include "webrtc/base/ssladapter.h"
|
| #include "webrtc/base/thread.h"
|
| #include "webrtc/base/virtualsocketserver.h"
|
| +#include "webrtc/p2p/base/fakeportallocator.h"
|
| +#include "webrtc/p2p/base/p2ptransportchannel.h"
|
| +#include "webrtc/p2p/base/packettransportinterface.h"
|
| +#include "webrtc/p2p/base/testrelayserver.h"
|
| +#include "webrtc/p2p/base/teststunserver.h"
|
| +#include "webrtc/p2p/base/testturnserver.h"
|
| +#include "webrtc/p2p/client/basicportallocator.h"
|
|
|
| namespace {
|
|
|
|
|