| Index: webrtc/rtc_base/safe_conversions_impl.h
|
| diff --git a/webrtc/base/safe_conversions_impl.h b/webrtc/rtc_base/safe_conversions_impl.h
|
| similarity index 97%
|
| copy from webrtc/base/safe_conversions_impl.h
|
| copy to webrtc/rtc_base/safe_conversions_impl.h
|
| index 52e52eff82372d106723d26c345b531f3ae6efd1..ef116cd94c80383851855c7b2191afbb78578bd0 100644
|
| --- a/webrtc/base/safe_conversions_impl.h
|
| +++ b/webrtc/rtc_base/safe_conversions_impl.h
|
| @@ -10,8 +10,8 @@
|
|
|
| // Borrowed from Chromium's src/base/numerics/safe_conversions_impl.h.
|
|
|
| -#ifndef WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
| -#define WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
| +#ifndef WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
| +#define WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
|
|
| #include <limits>
|
|
|
| @@ -185,4 +185,4 @@ inline RangeCheckResult RangeCheck(Src value) {
|
| } // namespace internal
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
| +#endif // WEBRTC_RTC_BASE_SAFE_CONVERSIONS_IMPL_H_
|
|
|