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

Unified Diff: chrome/renderer/media/cast_udp_transport.h

Issue 66293003: P2P <-> cast library integration v0.1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 7 years 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: 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_;

Powered by Google App Engine
This is Rietveld 408576698