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

Unified Diff: net/socket/udp_client_socket.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_client_socket.h ('k') | net/socket/udp_net_log_parameters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_client_socket.cc
diff --git a/net/udp/udp_client_socket.cc b/net/socket/udp_client_socket.cc
similarity index 98%
rename from net/udp/udp_client_socket.cc
rename to net/socket/udp_client_socket.cc
index 9a559ece9fa1aacaff77b61fe045fc8ee2524bc3..767aa63b012778cd2cf0d21a868d25407af08dee 100644
--- a/net/udp/udp_client_socket.cc
+++ b/net/socket/udp_client_socket.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_client_socket.h"
+#include "net/socket/udp_client_socket.h"
#include "net/base/net_errors.h"
« no previous file with comments | « net/socket/udp_client_socket.h ('k') | net/socket/udp_net_log_parameters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698