Index: webrtc/p2p/base/transportcontroller_unittest.cc |
diff --git a/webrtc/p2p/base/transportcontroller_unittest.cc b/webrtc/p2p/base/transportcontroller_unittest.cc |
index 627975c90cad7a85275d57d0a49f49a67495a2f3..6b649121367e522d30795de6e99c403c0ef1bae9 100644 |
--- a/webrtc/p2p/base/transportcontroller_unittest.cc |
+++ b/webrtc/p2p/base/transportcontroller_unittest.cc |
@@ -17,11 +17,11 @@ |
#include "webrtc/base/sslidentity.h" |
#include "webrtc/base/thread.h" |
#include "webrtc/p2p/base/dtlstransportchannel.h" |
-#include "webrtc/p2p/base/fakeportallocator.h" |
#include "webrtc/p2p/base/faketransportcontroller.h" |
#include "webrtc/p2p/base/p2ptransportchannel.h" |
#include "webrtc/p2p/base/portallocator.h" |
#include "webrtc/p2p/base/transportcontroller.h" |
+#include "webrtc/p2p/client/fakeportallocator.h" |
static const int kTimeout = 100; |
static const char kIceUfrag1[] = "TESTICEUFRAG0001"; |