| Index: webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| diff --git a/webrtc/p2p/base/p2ptransportchannel_unittest.cc b/webrtc/p2p/base/p2ptransportchannel_unittest.cc
|
| index e5fa8a1dde79d7c5d7949fd50c574cd5c792ff83..b35bc1bbf97f06e50e393bfdf51d5ef7b9bc7420 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/checks.h"
|
| #include "webrtc/base/dscp.h"
|
| #include "webrtc/base/fakeclock.h"
|
| @@ -36,6 +29,13 @@
|
| #include "webrtc/base/thread.h"
|
| #include "webrtc/base/virtualsocketserver.h"
|
| #include "webrtc/p2p/base/icetransportinternal.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 {
|
|
|
|
|