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

Unified Diff: net/socket/stream_listen_socket.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/server/http_server.cc ('k') | net/socket/stream_listen_socket.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/stream_listen_socket.h
diff --git a/net/base/stream_listen_socket.h b/net/socket/stream_listen_socket.h
similarity index 96%
rename from net/base/stream_listen_socket.h
rename to net/socket/stream_listen_socket.h
index 96e89522b2d4c5393d52857f4e368133dc90ddfd..726d2ffa6a49737d2288044ee7258a8386e0883b 100644
--- a/net/base/stream_listen_socket.h
+++ b/net/socket/stream_listen_socket.h
@@ -13,8 +13,8 @@
// thread always and that all other methods (including constructor and
// destructor) should also be called from the same thread.
-#ifndef NET_BASE_STREAM_LISTEN_SOCKET_H_
-#define NET_BASE_STREAM_LISTEN_SOCKET_H_
+#ifndef NET_SOCKET_STREAM_LISTEN_SOCKET_H_
+#define NET_SOCKET_STREAM_LISTEN_SOCKET_H_
#include "build/build_config.h"
@@ -31,7 +31,7 @@
#include "base/basictypes.h"
#include "base/compiler_specific.h"
#include "net/base/net_export.h"
-#include "net/base/stream_listen_socket.h"
+#include "net/socket/stream_listen_socket.h"
#if defined(OS_POSIX)
typedef int SocketDescriptor;
@@ -152,4 +152,4 @@ class NET_EXPORT StreamListenSocketFactory {
} // namespace net
-#endif // NET_BASE_STREAM_LISTEN_SOCKET_H_
+#endif // NET_SOCKET_STREAM_LISTEN_SOCKET_H_
« no previous file with comments | « net/server/http_server.cc ('k') | net/socket/stream_listen_socket.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698