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 de460dd9a440679b96a186bdd8bd79d5fa4c0532..a15924bc054212a9d9d962ca39920b6e17082324 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/base/messagehandler.h" |
#include "webrtc/base/nethelpers.h" |
#include "webrtc/base/physicalsocketserver.h" |
-#include "webrtc/base/signalthread.h" |
#include "webrtc/base/sigslot.h" |
typedef std::map<int, std::string> Peers; |