| Index: net/socket/tcp_listen_socket.h
|
| diff --git a/net/base/tcp_listen_socket.h b/net/socket/tcp_listen_socket.h
|
| similarity index 91%
|
| rename from net/base/tcp_listen_socket.h
|
| rename to net/socket/tcp_listen_socket.h
|
| index 7466e60b24cdbc3634fb3c2ad11c7fc07e585316..dbc5347e945c6fad26db8c4353cd49d46b7ace31 100644
|
| --- a/net/base/tcp_listen_socket.h
|
| +++ b/net/socket/tcp_listen_socket.h
|
| @@ -2,15 +2,15 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef NET_BASE_TCP_LISTEN_SOCKET_H_
|
| -#define NET_BASE_TCP_LISTEN_SOCKET_H_
|
| +#ifndef NET_SOCKET_TCP_LISTEN_SOCKET_H_
|
| +#define NET_SOCKET_TCP_LISTEN_SOCKET_H_
|
|
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "net/base/net_export.h"
|
| -#include "net/base/stream_listen_socket.h"
|
| +#include "net/socket/stream_listen_socket.h"
|
|
|
| namespace net {
|
|
|
| @@ -61,4 +61,4 @@ class NET_EXPORT TCPListenSocketFactory : public StreamListenSocketFactory {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_BASE_TCP_LISTEN_SOCKET_H_
|
| +#endif // NET_SOCKET_TCP_LISTEN_SOCKET_H_
|
|
|