| Index: net/tools/quic/platform/impl/quic_socket_utils.h
|
| diff --git a/net/tools/quic/quic_socket_utils.h b/net/tools/quic/platform/impl/quic_socket_utils.h
|
| similarity index 96%
|
| rename from net/tools/quic/quic_socket_utils.h
|
| rename to net/tools/quic/platform/impl/quic_socket_utils.h
|
| index d82a86f2f0edfb34b8ddf571ec933a8e5aab83cc..3fb28f928092d47299ed5685d007922058cc4742 100644
|
| --- a/net/tools/quic/quic_socket_utils.h
|
| +++ b/net/tools/quic/platform/impl/quic_socket_utils.h
|
| @@ -4,8 +4,8 @@
|
| //
|
| // Some socket related helper methods for quic.
|
|
|
| -#ifndef NET_TOOLS_QUIC_QUIC_SOCKET_UTILS_H_
|
| -#define NET_TOOLS_QUIC_QUIC_SOCKET_UTILS_H_
|
| +#ifndef NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_SOCKET_UTILS_H_
|
| +#define NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_SOCKET_UTILS_H_
|
|
|
| #include <netinet/in.h>
|
| #include <stddef.h>
|
| @@ -129,4 +129,4 @@ class QuicSocketUtils {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_TOOLS_QUIC_QUIC_SOCKET_UTILS_H_
|
| +#endif // NET_TOOLS_QUIC_PLATFORM_IMPL_QUIC_SOCKET_UTILS_H_
|
|
|