| Index: webrtc/rtc_base/ratetracker.h
|
| diff --git a/webrtc/base/ratetracker.h b/webrtc/rtc_base/ratetracker.h
|
| similarity index 94%
|
| copy from webrtc/base/ratetracker.h
|
| copy to webrtc/rtc_base/ratetracker.h
|
| index 6ae9bec119d23552c6f967416ad897af81741ffa..7cdf4a5dfbf81e284971a091eb13e3e4eb278749 100644
|
| --- a/webrtc/base/ratetracker.h
|
| +++ b/webrtc/rtc_base/ratetracker.h
|
| @@ -8,8 +8,8 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_BASE_RATETRACKER_H_
|
| -#define WEBRTC_BASE_RATETRACKER_H_
|
| +#ifndef WEBRTC_RTC_BASE_RATETRACKER_H_
|
| +#define WEBRTC_RTC_BASE_RATETRACKER_H_
|
|
|
| #include <stdlib.h>
|
| #include "webrtc/base/basictypes.h"
|
| @@ -66,4 +66,4 @@ class RateTracker {
|
|
|
| } // namespace rtc
|
|
|
| -#endif // WEBRTC_BASE_RATETRACKER_H_
|
| +#endif // WEBRTC_RTC_BASE_RATETRACKER_H_
|
|
|