Index: net/tools/quic/quic_simple_client_bin.cc |
diff --git a/net/tools/quic/quic_simple_client_bin.cc b/net/tools/quic/quic_simple_client_bin.cc |
index cf261fbcf8e1a3501edbb8ee96b055ea7626275a..427c7701ab4c9ca02640dffd98648c767d719260 100644 |
--- a/net/tools/quic/quic_simple_client_bin.cc |
+++ b/net/tools/quic/quic_simple_client_bin.cc |
@@ -262,7 +262,7 @@ int main(int argc, char* argv[]) { |
<< "' : " << net::ErrorToShortString(rv); |
return 1; |
} |
- ip_addr = addresses[0].address(); |
+ ip_addr = addresses[0].address().bytes(); |
} |
string host_port = net::IPAddressToStringWithPort(ip_addr, FLAGS_port); |