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

Unified Diff: net/socket/udp_socket_unittest.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.cc ('k') | net/socket/udp_socket_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_socket_unittest.cc
diff --git a/net/udp/udp_socket_unittest.cc b/net/socket/udp_socket_unittest.cc
similarity index 99%
rename from net/udp/udp_socket_unittest.cc
rename to net/socket/udp_socket_unittest.cc
index 21ac91811f03fb5a7b96194af2b46e3815e82327..befa2da86088fe9246c141afad8754cf12899f3a 100644
--- a/net/udp/udp_socket_unittest.cc
+++ b/net/socket/udp_socket_unittest.cc
@@ -2,10 +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.h"
-
-#include "net/udp/udp_client_socket.h"
-#include "net/udp/udp_server_socket.h"
+#include "net/socket/udp_socket.h"
#include "base/bind.h"
#include "base/location.h"
@@ -25,6 +22,8 @@
#include "net/log/test_net_log.h"
#include "net/log/test_net_log_entry.h"
#include "net/log/test_net_log_util.h"
+#include "net/socket/udp_client_socket.h"
+#include "net/socket/udp_server_socket.h"
#include "net/test/gtest_util.h"
#include "net/test/net_test_suite.h"
#include "testing/gmock/include/gmock/gmock.h"
« no previous file with comments | « net/socket/udp_socket_posix.cc ('k') | net/socket/udp_socket_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698