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

Unified Diff: content/common/p2p_messages.h

Issue 1833523002: Migrate content/*/p2p/* code to net::IPAddress. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments sergeyu Created 4 years, 9 months 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: content/common/p2p_messages.h
diff --git a/content/common/p2p_messages.h b/content/common/p2p_messages.h
index c0ae470567ead854c69324bf6b46904073bfc7a9..9725b257cff2e41ac95f6849d0748cdeefaaabd9 100644
--- a/content/common/p2p_messages.h
+++ b/content/common/p2p_messages.h
@@ -63,8 +63,8 @@ IPC_STRUCT_TRAITS_END()
IPC_MESSAGE_CONTROL3(P2PMsg_NetworkListChanged,
net::NetworkInterfaceList /* networks */,
- net::IPAddressNumber /* default_ipv4_local_address */,
- net::IPAddressNumber /* default_ipv6_local_address */)
+ net::IPAddress /* default_ipv4_local_address */,
+ net::IPAddress /* default_ipv6_local_address */)
IPC_MESSAGE_CONTROL2(P2PMsg_GetHostAddressResult,
int32_t /* request_id */,
« no previous file with comments | « content/browser/renderer_host/p2p/socket_host_test_utils.cc ('k') | content/renderer/p2p/ipc_network_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698