| Index: net/tools/quic/quic_client.h
|
| diff --git a/net/tools/quic/quic_client.h b/net/tools/quic/quic_client.h
|
| index 21a7113e2eef42287d5dca4e0366bd9c5f3cf269..cb06c7f74b904782cab387e8b53646a35545feff 100644
|
| --- a/net/tools/quic/quic_client.h
|
| +++ b/net/tools/quic/quic_client.h
|
| @@ -8,10 +8,12 @@
|
| #ifndef NET_TOOLS_QUIC_QUIC_CLIENT_H_
|
| #define NET_TOOLS_QUIC_QUIC_CLIENT_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/command_line.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/strings/string_piece.h"
|
| #include "net/base/ip_endpoint.h"
|
|
|