| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 0aae2a1fdfe60fdaf759cd73a7622f8975b406fd..090c2cb5bbba17395b474b37f8df15f617e8efd5 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -238,7 +238,7 @@ class QuicClient : public QuicClientBase,
|
|
|
| // Used during initialization: creates the UDP socket FD, sets socket options,
|
| // and binds the socket to our address.
|
| - bool CreateUDPSocket();
|
| + bool CreateUDPSocketAndBind();
|
|
|
| // Actually clean up |fd|.
|
| void CleanUpUDPSocketImpl(int fd);
|
|
|