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

Unified Diff: net/socket/udp_socket_posix.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/udp_socket_perftest.cc ('k') | net/socket/udp_socket_posix.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_socket_posix.h
diff --git a/net/udp/udp_socket_posix.h b/net/socket/udp_socket_posix.h
similarity index 98%
rename from net/udp/udp_socket_posix.h
rename to net/socket/udp_socket_posix.h
index 955ed6e2224cea936756b8edf7b9018c6ad08e45..3d71835d2c713fd7ece1378d47f0bc05d03e0c84 100644
--- a/net/udp/udp_socket_posix.h
+++ b/net/socket/udp_socket_posix.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_UDP_SOCKET_POSIX_H_
-#define NET_UDP_UDP_SOCKET_POSIX_H_
+#ifndef NET_SOCKET_UDP_SOCKET_POSIX_H_
+#define NET_SOCKET_UDP_SOCKET_POSIX_H_
#include <stdint.h>
@@ -21,9 +21,9 @@
#include "net/base/network_change_notifier.h"
#include "net/base/rand_callback.h"
#include "net/log/net_log_with_source.h"
+#include "net/socket/datagram_socket.h"
+#include "net/socket/diff_serv_code_point.h"
#include "net/socket/socket_descriptor.h"
-#include "net/udp/datagram_socket.h"
-#include "net/udp/diff_serv_code_point.h"
namespace net {
@@ -327,4 +327,4 @@ class NET_EXPORT UDPSocketPosix : public base::NonThreadSafe {
} // namespace net
-#endif // NET_UDP_UDP_SOCKET_POSIX_H_
+#endif // NET_SOCKET_UDP_SOCKET_POSIX_H_
« no previous file with comments | « net/socket/udp_socket_perftest.cc ('k') | net/socket/udp_socket_posix.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698