| Index: net/tools/quic/quic_client.cc
|
| diff --git a/net/tools/quic/quic_client.cc b/net/tools/quic/quic_client.cc
|
| index a7e04b0284af0d34f14c3076d6cdf1175b362815..c074146e6f4ca4018a51e0e63a3cc652159acea2 100644
|
| --- a/net/tools/quic/quic_client.cc
|
| +++ b/net/tools/quic/quic_client.cc
|
| @@ -13,7 +13,6 @@
|
|
|
| #include "base/logging.h"
|
| #include "base/run_loop.h"
|
| -#include "base/strings/string_number_conversions.h"
|
| #include "net/base/sockaddr_storage.h"
|
| #include "net/quic/core/crypto/quic_random.h"
|
| #include "net/quic/core/quic_bug_tracker.h"
|
| @@ -34,7 +33,6 @@
|
| // TODO(rtenneti): Add support for MMSG_MORE.
|
| #define MMSG_MORE 0
|
| using base::StringPiece;
|
| -using base::StringToInt;
|
| using std::string;
|
|
|
| namespace net {
|
|
|