Index: net/tools/quic/quic_client_bin.cc |
diff --git a/net/tools/quic/quic_client_bin.cc b/net/tools/quic/quic_client_bin.cc |
index 7f11827661ee06ab6ce76be0eb650db3e620211c..2e5b981bfc88b18a8f92e656a73211c86060eb11 100644 |
--- a/net/tools/quic/quic_client_bin.cc |
+++ b/net/tools/quic/quic_client_bin.cc |
@@ -81,8 +81,8 @@ int main(int argc, char *argv[]) { |
// TODO(rjshade): Set version on command line. |
net::tools::QuicClient client( |
net::IPEndPoint(addr, FLAGS_port), |
- net::QuicSessionKey(FLAGS_hostname, FLAGS_port, FLAGS_secure, |
- net::kPrivacyModeDisabled), |
+ net::QuicServerId(FLAGS_hostname, FLAGS_port, FLAGS_secure, |
+ net::kPrivacyModeDisabled), |
net::QuicSupportedVersions(), true, FLAGS_initial_flow_control_window); |
client.Initialize(); |