| Index: net/tools/quic/quic_socket_utils.h
|
| diff --git a/net/tools/quic/quic_socket_utils.h b/net/tools/quic/quic_socket_utils.h
|
| index de4f7af24624aaf8b0e6ded11441a2452700f258..697e9554ab1b72fff9aa4853fd7a91caada97d8f 100644
|
| --- a/net/tools/quic/quic_socket_utils.h
|
| +++ b/net/tools/quic/quic_socket_utils.h
|
| @@ -11,8 +11,9 @@
|
| #include <sys/socket.h>
|
| #include <string>
|
|
|
| +#include "base/basictypes.h"
|
| #include "net/base/ip_endpoint.h"
|
| -#include "net/quic/quic_protocol.h"
|
| +#include "net/quic/quic_types.h"
|
|
|
| namespace net {
|
| namespace tools {
|
|
|