| Index: net/socket/diff_serv_code_point.h
|
| diff --git a/net/udp/diff_serv_code_point.h b/net/socket/diff_serv_code_point.h
|
| similarity index 87%
|
| rename from net/udp/diff_serv_code_point.h
|
| rename to net/socket/diff_serv_code_point.h
|
| index f4a878635f24ddb0de54d7a0a13d80c7c3aa82a1..5fcd912294627023901810beada7e9a162d580a4 100644
|
| --- a/net/udp/diff_serv_code_point.h
|
| +++ b/net/socket/diff_serv_code_point.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_DIFF_SERV_CODE_POINT_H_
|
| -#define NET_UDP_DIFF_SERV_CODE_POINT_H_
|
| +#ifndef NET_SOCKET_DIFF_SERV_CODE_POINT_H_
|
| +#define NET_SOCKET_DIFF_SERV_CODE_POINT_H_
|
|
|
| namespace net {
|
|
|
| @@ -39,4 +39,4 @@ enum DiffServCodePoint {
|
|
|
| } // namespace net
|
|
|
| -#endif // NET_UDP_DIFF_SERV_CODE_POINT_H_
|
| +#endif // NET_SOCKET_DIFF_SERV_CODE_POINT_H_
|
|
|