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

Unified Diff: net/socket/fuzzed_datagram_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/fuzzed_datagram_client_socket.h ('k') | net/socket/fuzzed_socket_factory.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/fuzzed_datagram_client_socket.cc
diff --git a/net/udp/fuzzed_datagram_client_socket.cc b/net/socket/fuzzed_datagram_client_socket.cc
similarity index 99%
rename from net/udp/fuzzed_datagram_client_socket.cc
rename to net/socket/fuzzed_datagram_client_socket.cc
index 944da35e0bdedb783af24c95bccb6172379dc4a2..328a1c8c0366f6019d30ff4e0aa22b4c2fa3a750 100644
--- a/net/udp/fuzzed_datagram_client_socket.cc
+++ b/net/socket/fuzzed_datagram_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/fuzzed_datagram_client_socket.h"
+#include "net/socket/fuzzed_datagram_client_socket.h"
#include <algorithm>
« no previous file with comments | « net/socket/fuzzed_datagram_client_socket.h ('k') | net/socket/fuzzed_socket_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698