| 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..af9fcb2d2e157af67a8b1ded3475a78b3d68ec15 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 {
|
|
|
|
|