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

Unified Diff: net/socket/tcp_listen_socket_unittest.cc

Issue 13812005: net: move socket files from net/base to net/socket (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyp Created 7 years, 8 months 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/tcp_listen_socket_unittest.h ('k') | net/socket/transport_client_socket_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/tcp_listen_socket_unittest.cc
diff --git a/net/base/tcp_listen_socket_unittest.cc b/net/socket/tcp_listen_socket_unittest.cc
similarity index 99%
rename from net/base/tcp_listen_socket_unittest.cc
rename to net/socket/tcp_listen_socket_unittest.cc
index a6e2e2f20c7a20e89835eff069f975781c45cdc0..c862d333f58bbeb25a1b0d91388946a51dcf27b4 100644
--- a/net/base/tcp_listen_socket_unittest.cc
+++ b/net/socket/tcp_listen_socket_unittest.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/base/tcp_listen_socket_unittest.h"
+#include "net/socket/tcp_listen_socket_unittest.h"
#include <fcntl.h>
#include <sys/types.h>
« no previous file with comments | « net/socket/tcp_listen_socket_unittest.h ('k') | net/socket/transport_client_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698