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

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

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.cc
diff --git a/webrtc/examples/peerconnection/client/peer_connection_client.cc b/webrtc/examples/peerconnection/client/peer_connection_client.cc
index ab9cd328ba559f21c998661d541c83ae790669f1..eb9ca80f14faa850b7e11011554d49fefa9fa687 100644
--- a/webrtc/examples/peerconnection/client/peer_connection_client.cc
+++ b/webrtc/examples/peerconnection/client/peer_connection_client.cc
@@ -15,6 +15,7 @@
#include "webrtc/base/logging.h"
#include "webrtc/base/nethelpers.h"
#include "webrtc/base/stringutils.h"
+#include "webrtc/base/thread.h"
#ifdef WIN32
#include "webrtc/base/win32socketserver.h"
« webrtc/base/nethelpers.cc ('K') | « webrtc/examples/peerconnection/client/peer_connection_client.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698