Index: webrtc/rtc_base/rate_limiter.h |
diff --git a/webrtc/base/rate_limiter.h b/webrtc/rtc_base/rate_limiter.h |
similarity index 93% |
copy from webrtc/base/rate_limiter.h |
copy to webrtc/rtc_base/rate_limiter.h |
index ceeccfc5a4df820ac147152b435742c8b3f11d2f..e13aad0f4b3830e4565747752a69910261d3785d 100644 |
--- a/webrtc/base/rate_limiter.h |
+++ b/webrtc/rtc_base/rate_limiter.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_BASE_RATE_LIMITER_H_ |
-#define WEBRTC_BASE_RATE_LIMITER_H_ |
+#ifndef WEBRTC_RTC_BASE_RATE_LIMITER_H_ |
+#define WEBRTC_RTC_BASE_RATE_LIMITER_H_ |
#include <limits> |
@@ -53,4 +53,4 @@ class RateLimiter { |
} // namespace webrtc |
-#endif // WEBRTC_BASE_RATE_LIMITER_H_ |
+#endif // WEBRTC_RTC_BASE_RATE_LIMITER_H_ |