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

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

Issue 47303005: Implement native bindings for cast extensions API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix build again Created 7 years, 1 month 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 | « chrome/renderer/media/cast_send_transport.cc ('k') | chrome/renderer/media/cast_udp_transport.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 58608882e035166a9d9dcc6797754e1d42882f83..f21ea861129b33198a5d863bf9b5e365ea8a2b02 100644
--- a/chrome/renderer/media/cast_udp_transport.h
+++ b/chrome/renderer/media/cast_udp_transport.h
@@ -7,7 +7,7 @@
#include "base/basictypes.h"
#include "base/memory/ref_counted.h"
-#include "net/base/ip_endpoint.h"
+#include "net/base/host_port_pair.h"
class CastSession;
@@ -25,7 +25,7 @@ class CastUdpTransport {
// Begin the transport by specifying the remote IP address.
// The transport will use UDP.
- void Start(const net::IPEndPoint& remote_address);
+ void Start(const net::HostPortPair& remote_address);
// Terminate the communication with the end point.
void Stop();
« no previous file with comments | « chrome/renderer/media/cast_send_transport.cc ('k') | chrome/renderer/media/cast_udp_transport.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698