| Index: webrtc/rtc_base/mathutils.h
|
| diff --git a/webrtc/base/mathutils.h b/webrtc/rtc_base/mathutils.h
|
| similarity index 92%
|
| copy from webrtc/base/mathutils.h
|
| copy to webrtc/rtc_base/mathutils.h
|
| index 3c70e765e1f8d0578ef8175049f6f92639df402c..3882c32803ae97cb0065cebd10488dbacf3c1593 100644
|
| --- a/webrtc/base/mathutils.h
|
| +++ b/webrtc/rtc_base/mathutils.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_MATHUTILS_H_
|
| -#define WEBRTC_BASE_MATHUTILS_H_
|
| +#ifndef WEBRTC_RTC_BASE_MATHUTILS_H_
|
| +#define WEBRTC_RTC_BASE_MATHUTILS_H_
|
|
|
| #include <math.h>
|
| #include <type_traits>
|
| @@ -36,4 +36,4 @@ typename std::make_unsigned<T>::type unsigned_difference(T x, T y) {
|
| return static_cast<unsigned_type>(x) - static_cast<unsigned_type>(y);
|
| }
|
|
|
| -#endif // WEBRTC_BASE_MATHUTILS_H_
|
| +#endif // WEBRTC_RTC_BASE_MATHUTILS_H_
|
|
|