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

Unified Diff: net/socket/udp_socket_posix.cc

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_posix.h ('k') | net/socket/udp_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_socket_posix.cc
diff --git a/net/udp/udp_socket_posix.cc b/net/socket/udp_socket_posix.cc
similarity index 99%
rename from net/udp/udp_socket_posix.cc
rename to net/socket/udp_socket_posix.cc
index 9939ce2e217578b2e7d37ffcc268f249b69b7ddc..ea75f61e8e44e0c72decd739f24a333bee01b0dc 100644
--- a/net/udp/udp_socket_posix.cc
+++ b/net/socket/udp_socket_posix.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "net/udp/udp_socket_posix.h"
+#include "net/socket/udp_socket_posix.h"
#include <errno.h>
#include <fcntl.h>
@@ -32,7 +32,7 @@
#include "net/log/net_log_source.h"
#include "net/log/net_log_source_type.h"
#include "net/socket/socket_descriptor.h"
-#include "net/udp/udp_net_log_parameters.h"
+#include "net/socket/udp_net_log_parameters.h"
#if defined(OS_ANDROID)
#include <dlfcn.h>
« no previous file with comments | « net/socket/udp_socket_posix.h ('k') | net/socket/udp_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698