| Index: net/socket/datagram_socket.h
|
| diff --git a/net/udp/datagram_socket.h b/net/socket/datagram_socket.h
|
| similarity index 92%
|
| rename from net/udp/datagram_socket.h
|
| rename to net/socket/datagram_socket.h
|
| index 88f4b999ea6d19d0181a5cc0a3b05d12eb2032f9..f5294745cc32c12918422c619d5eadbb7cf97056 100644
|
| --- a/net/udp/datagram_socket.h
|
| +++ b/net/socket/datagram_socket.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_UDP_DATAGRAM_SOCKET_H_
|
| -#define NET_UDP_DATAGRAM_SOCKET_H_
|
| +#ifndef NET_SOCKET_DATAGRAM_SOCKET_H_
|
| +#define NET_SOCKET_DATAGRAM_SOCKET_H_
|
|
|
| #include "net/base/net_export.h"
|
|
|
| @@ -51,4 +51,4 @@ class NET_EXPORT_PRIVATE DatagramSocket {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_UDP_DATAGRAM_SOCKET_H_
|
| +#endif // NET_SOCKET_DATAGRAM_SOCKET_H_
|
|
|