| Index: webrtc/rtc_base/ratelimiter.h
|
| diff --git a/webrtc/base/ratelimiter.h b/webrtc/rtc_base/ratelimiter.h
|
| similarity index 93%
|
| copy from webrtc/base/ratelimiter.h
|
| copy to webrtc/rtc_base/ratelimiter.h
|
| index 1423e991bc309d6fed65651fac408e889af6760c..24ed1add833967fc3c337d60eba35e730782b43e 100644
|
| --- a/webrtc/base/ratelimiter.h
|
| +++ b/webrtc/rtc_base/ratelimiter.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_RATELIMITER_H_
|
| -#define WEBRTC_BASE_RATELIMITER_H_
|
| +#ifndef WEBRTC_RTC_BASE_RATELIMITER_H_
|
| +#define WEBRTC_RTC_BASE_RATELIMITER_H_
|
|
|
| #include <stddef.h>
|
|
|
| @@ -59,4 +59,4 @@ class RateLimiter {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_RATELIMITER_H_
|
| +#endif // WEBRTC_RTC_BASE_RATELIMITER_H_
|
|
|