Index: chrome/renderer/media/cast_udp_transport.h |
diff --git a/chrome/renderer/media/cast_udp_transport.h b/chrome/renderer/media/cast_udp_transport.h |
index d6d5a5ce9d611c8eb67c89cf7eacf0765559e6e9..a0c0a3920e370952b207b9175cb7150304999190 100644 |
--- a/chrome/renderer/media/cast_udp_transport.h |
+++ b/chrome/renderer/media/cast_udp_transport.h |
@@ -19,8 +19,9 @@ class CastUdpTransport { |
explicit CastUdpTransport(const scoped_refptr<CastSession>& session); |
~CastUdpTransport(); |
- // Specify the remote IP address. |
- void Start(const net::HostPortPair& remote_address); |
+ // Begin the transport by specifying the remote IP address. |
+ // The transport will use UDP. |
+ void Start(const net::IPEndPoint& remote_address); |
private: |
const scoped_refptr<CastSession> cast_session_; |