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 1673f974993fdb6c1f1ca860c087a54164409114..27fb5f79a08bac04cf7cf6f154fe15eff99eff4e 100644 |
--- a/chrome/renderer/media/cast_udp_transport.h |
+++ b/chrome/renderer/media/cast_udp_transport.h |
@@ -25,7 +25,7 @@ class CastUdpTransport { |
// Begin the transport by specifying the remote IP address. |
// The transport will use UDP. |
- void Start(const net::HostPortPair& remote_address); |
+ void Start(const net::IPEndPoint& remote_address); |
scoped_refptr<CastSession> cast_session() const { |
return cast_session_; |