Index: webrtc/p2p/base/p2ptransportchannel.h |
diff --git a/webrtc/p2p/base/p2ptransportchannel.h b/webrtc/p2p/base/p2ptransportchannel.h |
index a535edd5329fc42bbe2bac27a6f43e72ff8330d5..beca558eaee7726e7c82d74312ef140ad8cbc479 100644 |
--- a/webrtc/p2p/base/p2ptransportchannel.h |
+++ b/webrtc/p2p/base/p2ptransportchannel.h |
@@ -26,14 +26,14 @@ |
#include <string> |
#include <vector> |
-#include "webrtc/base/asyncpacketsocket.h" |
-#include "webrtc/base/constructormagic.h" |
-#include "webrtc/base/sigslot.h" |
#include "webrtc/p2p/base/candidate.h" |
#include "webrtc/p2p/base/candidatepairinterface.h" |
#include "webrtc/p2p/base/icetransportinternal.h" |
#include "webrtc/p2p/base/portallocator.h" |
#include "webrtc/p2p/base/portinterface.h" |
+#include "webrtc/rtc_base/asyncpacketsocket.h" |
+#include "webrtc/rtc_base/constructormagic.h" |
+#include "webrtc/rtc_base/sigslot.h" |
namespace cricket { |