Index: net/socket/unix_domain_socket_posix.h |
diff --git a/net/base/unix_domain_socket_posix.h b/net/socket/unix_domain_socket_posix.h |
similarity index 95% |
rename from net/base/unix_domain_socket_posix.h |
rename to net/socket/unix_domain_socket_posix.h |
index 726a917af5c877f5b36b4bcc89a57e266652bce2..96601229c4631450be9d89e3248ae1430e0adbfc 100644 |
--- a/net/base/unix_domain_socket_posix.h |
+++ b/net/socket/unix_domain_socket_posix.h |
@@ -2,8 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#ifndef NET_BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ |
-#define NET_BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ |
+#ifndef NET_SOCKET_UNIX_DOMAIN_SOCKET_POSIX_H_ |
+#define NET_SOCKET_UNIX_DOMAIN_SOCKET_POSIX_H_ |
#include <string> |
@@ -13,7 +13,7 @@ |
#include "base/memory/ref_counted.h" |
#include "build/build_config.h" |
#include "net/base/net_export.h" |
-#include "net/base/stream_listen_socket.h" |
+#include "net/socket/stream_listen_socket.h" |
#if defined(OS_ANDROID) || defined(OS_LINUX) |
// Feature only supported on Linux currently. This lets the Unix Domain Socket |
@@ -117,4 +117,4 @@ class NET_EXPORT UnixDomainSocketWithAbstractNamespaceFactory |
} // namespace net |
-#endif // NET_BASE_UNIX_DOMAIN_SOCKET_POSIX_H_ |
+#endif // NET_SOCKET_UNIX_DOMAIN_SOCKET_POSIX_H_ |