Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(383)

Unified Diff: net/tools/quic/platform/impl/quic_socket_utils.h

Issue 2548213002: Move quic_socket_utils to platform/impl/ (Closed)
Patch Set: Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/platform/impl/quic_socket_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « net/tools/quic/end_to_end_test.cc ('k') | net/tools/quic/platform/impl/quic_socket_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698