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

Unified Diff: jingle/glue/fake_network_manager.cc

Issue 8802019: Roll libjingle to 98:99. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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
« no previous file with comments | « content/renderer/p2p/ipc_network_manager.cc ('k') | jingle/notifier/base/notifier_options_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: jingle/glue/fake_network_manager.cc
===================================================================
--- jingle/glue/fake_network_manager.cc (revision 113003)
+++ jingle/glue/fake_network_manager.cc (working copy)
@@ -20,7 +20,7 @@
talk_base::SocketAddress socket_address;
CHECK(IPEndPointToSocketAddress(endpoint, &socket_address));
network_.reset(new talk_base::Network("fake", "Fake Network",
- socket_address.ip(), 0));
+ socket_address.ip()));
}
FakeNetworkManager::~FakeNetworkManager() {
« no previous file with comments | « content/renderer/p2p/ipc_network_manager.cc ('k') | jingle/notifier/base/notifier_options_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698