Index: remoting/client/plugin/pepper_port_allocator.cc |
diff --git a/remoting/client/plugin/pepper_port_allocator.cc b/remoting/client/plugin/pepper_port_allocator.cc |
index 6c435ce292b04814ba0c89990744c63386142e37..3b5c241c3741f230a488ee548af08e4bb7a9130b 100644 |
--- a/remoting/client/plugin/pepper_port_allocator.cc |
+++ b/remoting/client/plugin/pepper_port_allocator.cc |
@@ -155,7 +155,7 @@ void PepperPortAllocatorSession::ResolveStunServerAddress() { |
PP_HostResolver_Private_Hint hint; |
hint.flags = 0; |
- hint.family = PP_NETADDRESSFAMILY_IPV4; |
+ hint.family = PP_NETADDRESSFAMILY_PRIVATE_IPV4; |
int result = stun_address_resolver_.Resolve( |
hostname, port, hint, |
PpCompletionCallback(base::Bind( |