| Index: webrtc/rtc_base/rate_statistics.h
|
| diff --git a/webrtc/base/rate_statistics.h b/webrtc/rtc_base/rate_statistics.h
|
| similarity index 95%
|
| copy from webrtc/base/rate_statistics.h
|
| copy to webrtc/rtc_base/rate_statistics.h
|
| index 8a90a46a847094f74a10bebe6edb1da47989506d..0a3077bb8a846b2682ab49e38a7f879e93c569a9 100644
|
| --- a/webrtc/base/rate_statistics.h
|
| +++ b/webrtc/rtc_base/rate_statistics.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_RATE_STATISTICS_H_
|
| -#define WEBRTC_BASE_RATE_STATISTICS_H_
|
| +#ifndef WEBRTC_RTC_BASE_RATE_STATISTICS_H_
|
| +#define WEBRTC_RTC_BASE_RATE_STATISTICS_H_
|
|
|
| #include <memory>
|
|
|
| @@ -81,4 +81,4 @@ class RateStatistics {
|
| };
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_BASE_RATE_STATISTICS_H_
|
| +#endif // WEBRTC_RTC_BASE_RATE_STATISTICS_H_
|
|
|