Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1135)

Unified Diff: webrtc/examples/peerconnection/client/peer_connection_client.h

Issue 2915253002: Delete SignalThread class. (Closed)
Patch Set: Invoke SignalDone on the main thread. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..946bbe1a88e3ce5be1841d62b90fddd37563d2da 100644
--- a/webrtc/examples/peerconnection/client/peer_connection_client.h
+++ b/webrtc/examples/peerconnection/client/peer_connection_client.h
@@ -17,7 +17,7 @@
#include "webrtc/base/nethelpers.h"
#include "webrtc/base/physicalsocketserver.h"
-#include "webrtc/base/signalthread.h"
+#include "webrtc/base/messagehandler.h"
#include "webrtc/base/sigslot.h"
typedef std::map<int, std::string> Peers;

Powered by Google App Engine
This is Rietveld 408576698