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

Unified Diff: webrtc/api/ortc/udptransportinterface.h

Issue 2806463003: Make PacketTransportInternal inherit from PacketTransportInterface. (Closed)
Patch Set: Created 3 years, 8 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
« no previous file with comments | « no previous file | webrtc/p2p/base/fakepackettransport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/ortc/udptransportinterface.h
diff --git a/webrtc/api/ortc/udptransportinterface.h b/webrtc/api/ortc/udptransportinterface.h
index 278107671bbe60ac74d4a23ffc395a4a81268390..9d6866ff628592650eb7ca731db6be0526fe5584 100644
--- a/webrtc/api/ortc/udptransportinterface.h
+++ b/webrtc/api/ortc/udptransportinterface.h
@@ -27,7 +27,7 @@ namespace webrtc {
//
// Calling SetRemoteAddress sets the destination of outgoing packets; without a
// destination, packets can't be sent, but they can be received.
-class UdpTransportInterface : virtual public PacketTransportInterface {
+class UdpTransportInterface : public virtual PacketTransportInterface {
public:
// Get the address of the socket allocated for this transport.
virtual rtc::SocketAddress GetLocalAddress() const = 0;
« no previous file with comments | « no previous file | webrtc/p2p/base/fakepackettransport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698