| Index: webrtc/rtc_base/safe_compare.h
|
| diff --git a/webrtc/base/safe_compare.h b/webrtc/rtc_base/safe_compare.h
|
| similarity index 98%
|
| copy from webrtc/base/safe_compare.h
|
| copy to webrtc/rtc_base/safe_compare.h
|
| index a57f08293a05f801e54efee939879f2749bdc519..4eb11c24ba91079f4d586fc59080d8a689e985a1 100644
|
| --- a/webrtc/base/safe_compare.h
|
| +++ b/webrtc/rtc_base/safe_compare.h
|
| @@ -28,8 +28,8 @@
|
| // zero; in the remaining cases, it is just a few machine instructions (no
|
| // branches).
|
|
|
| -#ifndef WEBRTC_BASE_SAFE_COMPARE_H_
|
| -#define WEBRTC_BASE_SAFE_COMPARE_H_
|
| +#ifndef WEBRTC_RTC_BASE_SAFE_COMPARE_H_
|
| +#define WEBRTC_RTC_BASE_SAFE_COMPARE_H_
|
|
|
| #include <stddef.h>
|
| #include <stdint.h>
|
| @@ -173,4 +173,4 @@ RTC_SAFECMP_MAKE_FUN(Ge)
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_SAFE_COMPARE_H_
|
| +#endif // WEBRTC_RTC_BASE_SAFE_COMPARE_H_
|
|
|