Index: webrtc/p2p/client/socketmonitor.h |
diff --git a/webrtc/p2p/client/socketmonitor.h b/webrtc/p2p/client/socketmonitor.h |
index b13be74735fe2e0142fc628185010d80cb4bee06..4cb1899570196140634d6328dd31ecbc65c99add 100644 |
--- a/webrtc/p2p/client/socketmonitor.h |
+++ b/webrtc/p2p/client/socketmonitor.h |
@@ -13,10 +13,10 @@ |
#include <vector> |
-#include "webrtc/base/criticalsection.h" |
-#include "webrtc/base/sigslot.h" |
-#include "webrtc/base/thread.h" |
#include "webrtc/p2p/base/jseptransport.h" // for ConnectionInfos |
+#include "webrtc/rtc_base/criticalsection.h" |
+#include "webrtc/rtc_base/sigslot.h" |
+#include "webrtc/rtc_base/thread.h" |
// TODO(pthatcher): Move these to connectionmonitor.h and |
// connectionmonitor.cc, or just move them into channel.cc |