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

Unified Diff: net/socket/diff_serv_code_point.h

Issue 2508593002: net: move udp directory into socket (Closed)
Patch Set: revert sys/socket.h change Created 4 years, 1 month 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/socket/datagram_socket.h ('k') | net/socket/fuzzed_datagram_client_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/diff_serv_code_point.h
diff --git a/net/udp/diff_serv_code_point.h b/net/socket/diff_serv_code_point.h
similarity index 87%
rename from net/udp/diff_serv_code_point.h
rename to net/socket/diff_serv_code_point.h
index f4a878635f24ddb0de54d7a0a13d80c7c3aa82a1..5fcd912294627023901810beada7e9a162d580a4 100644
--- a/net/udp/diff_serv_code_point.h
+++ b/net/socket/diff_serv_code_point.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef NET_UDP_DIFF_SERV_CODE_POINT_H_
-#define NET_UDP_DIFF_SERV_CODE_POINT_H_
+#ifndef NET_SOCKET_DIFF_SERV_CODE_POINT_H_
+#define NET_SOCKET_DIFF_SERV_CODE_POINT_H_
namespace net {
@@ -39,4 +39,4 @@ enum DiffServCodePoint {
} // namespace net
-#endif // NET_UDP_DIFF_SERV_CODE_POINT_H_
+#endif // NET_SOCKET_DIFF_SERV_CODE_POINT_H_
« no previous file with comments | « net/socket/datagram_socket.h ('k') | net/socket/fuzzed_datagram_client_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698