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

Unified Diff: net/socket/udp_socket_perftest.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.h ('k') | net/socket/udp_socket_posix.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/udp_socket_perftest.cc
diff --git a/net/udp/udp_socket_perftest.cc b/net/socket/udp_socket_perftest.cc
similarity index 97%
rename from net/udp/udp_socket_perftest.cc
rename to net/socket/udp_socket_perftest.cc
index e89968ed1db20aa07b1a49b51fa551530cfe2ebf..190e157caac92228ecf287504be3639d7d5999d9 100644
--- a/net/udp/udp_socket_perftest.cc
+++ b/net/socket/udp_socket_perftest.cc
@@ -12,11 +12,11 @@
#include "net/base/net_errors.h"
#include "net/base/test_completion_callback.h"
#include "net/log/net_log_source.h"
+#include "net/socket/udp_client_socket.h"
+#include "net/socket/udp_server_socket.h"
+#include "net/socket/udp_socket.h"
#include "net/test/gtest_util.h"
#include "net/test/net_test_suite.h"
-#include "net/udp/udp_client_socket.h"
-#include "net/udp/udp_server_socket.h"
-#include "net/udp/udp_socket.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "testing/platform_test.h"
« no previous file with comments | « net/socket/udp_socket.h ('k') | net/socket/udp_socket_posix.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698