Index: webrtc/examples/peerconnection/client/peer_connection_client.h |
diff --git a/webrtc/examples/peerconnection/client/peer_connection_client.h b/webrtc/examples/peerconnection/client/peer_connection_client.h |
index a15924bc054212a9d9d962ca39920b6e17082324..2b4f35c2aaaf7c3477fd96e27d1e3ca2593c2809 100644 |
--- a/webrtc/examples/peerconnection/client/peer_connection_client.h |
+++ b/webrtc/examples/peerconnection/client/peer_connection_client.h |
@@ -15,10 +15,10 @@ |
#include <memory> |
#include <string> |
-#include "webrtc/base/messagehandler.h" |
-#include "webrtc/base/nethelpers.h" |
-#include "webrtc/base/physicalsocketserver.h" |
-#include "webrtc/base/sigslot.h" |
+#include "webrtc/rtc_base/messagehandler.h" |
+#include "webrtc/rtc_base/nethelpers.h" |
+#include "webrtc/rtc_base/physicalsocketserver.h" |
+#include "webrtc/rtc_base/sigslot.h" |
typedef std::map<int, std::string> Peers; |