| Index: webrtc/rtc_base/safe_minmax.h
|
| diff --git a/webrtc/base/safe_minmax.h b/webrtc/rtc_base/safe_minmax.h
|
| similarity index 99%
|
| copy from webrtc/base/safe_minmax.h
|
| copy to webrtc/rtc_base/safe_minmax.h
|
| index bf1cf43b0c06c5ee7583c71849420346d892f965..bb60a3687be0852717fb63d11a61930aaaa8fd8b 100644
|
| --- a/webrtc/base/safe_minmax.h
|
| +++ b/webrtc/rtc_base/safe_minmax.h
|
| @@ -73,8 +73,8 @@
|
| // result, then everything's fine, and the return type is as requested. But if
|
| // the requested type is too small, a static_assert is triggered.
|
|
|
| -#ifndef WEBRTC_BASE_SAFE_MINMAX_H_
|
| -#define WEBRTC_BASE_SAFE_MINMAX_H_
|
| +#ifndef WEBRTC_RTC_BASE_SAFE_MINMAX_H_
|
| +#define WEBRTC_RTC_BASE_SAFE_MINMAX_H_
|
|
|
| #include <limits>
|
| #include <type_traits>
|
| @@ -332,4 +332,4 @@ R2 SafeClamp(T x, L min, H max) {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SAFE_MINMAX_H_
|
| +#endif // WEBRTC_RTC_BASE_SAFE_MINMAX_H_
|
|
|