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

Unified Diff: net/socket/datagram_socket.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_server_socket.h ('k') | net/socket/diff_serv_code_point.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/datagram_socket.h
diff --git a/net/udp/datagram_socket.h b/net/socket/datagram_socket.h
similarity index 92%
rename from net/udp/datagram_socket.h
rename to net/socket/datagram_socket.h
index 88f4b999ea6d19d0181a5cc0a3b05d12eb2032f9..f5294745cc32c12918422c619d5eadbb7cf97056 100644
--- a/net/udp/datagram_socket.h
+++ b/net/socket/datagram_socket.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_DATAGRAM_SOCKET_H_
-#define NET_UDP_DATAGRAM_SOCKET_H_
+#ifndef NET_SOCKET_DATAGRAM_SOCKET_H_
+#define NET_SOCKET_DATAGRAM_SOCKET_H_
#include "net/base/net_export.h"
@@ -51,4 +51,4 @@ class NET_EXPORT_PRIVATE DatagramSocket {
} // namespace net
-#endif // NET_UDP_DATAGRAM_SOCKET_H_
+#endif // NET_SOCKET_DATAGRAM_SOCKET_H_
« no previous file with comments | « net/socket/datagram_server_socket.h ('k') | net/socket/diff_serv_code_point.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698