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

Unified Diff: net/socket/tcp_listen_socket_unittest.h

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.cc ('k') | net/socket/tcp_listen_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.h
diff --git a/net/base/tcp_listen_socket_unittest.h b/net/socket/tcp_listen_socket_unittest.h
similarity index 98%
rename from net/base/tcp_listen_socket_unittest.h
rename to net/socket/tcp_listen_socket_unittest.h
index ba2126308d0e4ff991affc3dc36d420811c3e9e6..59c299a2764cb3e1670415081f0941e0b2c651ac 100644
--- a/net/base/tcp_listen_socket_unittest.h
+++ b/net/socket/tcp_listen_socket_unittest.h
@@ -10,9 +10,9 @@
#if defined(OS_WIN)
#include <winsock2.h>
#elif defined(OS_POSIX)
-#include <sys/socket.h>
-#include <errno.h>
#include <arpa/inet.h>
+#include <errno.h>
+#include <sys/socket.h>
#endif
#include "base/basictypes.h"
@@ -24,8 +24,8 @@
#include "base/synchronization/lock.h"
#include "base/threading/thread.h"
#include "net/base/net_util.h"
-#include "net/base/tcp_listen_socket.h"
#include "net/base/winsock_init.h"
+#include "net/socket/tcp_listen_socket.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace net {
« no previous file with comments | « net/socket/tcp_listen_socket.cc ('k') | net/socket/tcp_listen_socket_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698