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 2b4f35c2aaaf7c3477fd96e27d1e3ca2593c2809..a4bdf6605897d86795f7e9a658464f8c41e273c5 100644 |
--- a/webrtc/examples/peerconnection/client/peer_connection_client.h |
+++ b/webrtc/examples/peerconnection/client/peer_connection_client.h |
@@ -15,9 +15,9 @@ |
#include <memory> |
#include <string> |
-#include "webrtc/rtc_base/messagehandler.h" |
#include "webrtc/rtc_base/nethelpers.h" |
#include "webrtc/rtc_base/physicalsocketserver.h" |
+#include "webrtc/rtc_base/signalthread.h" |
#include "webrtc/rtc_base/sigslot.h" |
typedef std::map<int, std::string> Peers; |