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 9fde3ee296685da6c728e129b8c19d0c8c328412..22d6f0e00dc58818a4aef7090b22bf26be0cc475 100644 |
--- a/net/tools/quic/quic_client_bin.cc |
+++ b/net/tools/quic/quic_client_bin.cc |
@@ -289,7 +289,7 @@ int main(int argc, char* argv[]) { |
return 0; |
} |
cerr << "Failed to connect to " << host_port |
- << ". Error: " << net::QuicUtils::ErrorToString(error) << endl; |
+ << ". Error: " << net::QuicErrorCodeToString(error) << endl; |
return 1; |
} |
cout << "Connected to " << host_port << endl; |