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

Unified Diff: webrtc/p2p/base/turnport.h

Issue 2915253002: Delete SignalThread class. (Closed)
Patch Set: Use a task queue. Created 3 years, 6 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/p2p/base/turnport.h
diff --git a/webrtc/p2p/base/turnport.h b/webrtc/p2p/base/turnport.h
index e5f384fa573bc25f803984f34917cf97cb3e2bd2..95098800d2b3c6e2eb6ff3da6431a3a6a869590b 100644
--- a/webrtc/p2p/base/turnport.h
+++ b/webrtc/p2p/base/turnport.h
@@ -270,7 +270,7 @@ class TurnPort : public Port {
rtc::AsyncPacketSocket* socket_;
SocketOptionsMap socket_options_;
- rtc::AsyncResolverInterface* resolver_;
+ std::unique_ptr<rtc::AsyncResolverInterface> resolver_;
int error_;
StunRequestManager request_manager_;

Powered by Google App Engine
This is Rietveld 408576698