| Index: webrtc/rtc_base/dscp.h
|
| diff --git a/webrtc/base/dscp.h b/webrtc/rtc_base/dscp.h
|
| similarity index 91%
|
| copy from webrtc/base/dscp.h
|
| copy to webrtc/rtc_base/dscp.h
|
| index 970ff93b9b93f4fc9557a170e9d5dc76b3bad116..e65ed772579b783c187f3f90811a22529ef506da 100644
|
| --- a/webrtc/base/dscp.h
|
| +++ b/webrtc/rtc_base/dscp.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_DSCP_H_
|
| -#define WEBRTC_BASE_DSCP_H_
|
| +#ifndef WEBRTC_RTC_BASE_DSCP_H_
|
| +#define WEBRTC_RTC_BASE_DSCP_H_
|
|
|
| namespace rtc {
|
| // Differentiated Services Code Point.
|
| @@ -42,4 +42,4 @@ enum DiffServCodePoint {
|
|
|
| } // namespace rtc
|
|
|
| - #endif // WEBRTC_BASE_DSCP_H_
|
| + #endif // WEBRTC_RTC_BASE_DSCP_H_
|
|
|