Index: webrtc/base/rate_statistics.h |
diff --git a/webrtc/modules/remote_bitrate_estimator/rate_statistics.h b/webrtc/base/rate_statistics.h |
similarity index 87% |
rename from webrtc/modules/remote_bitrate_estimator/rate_statistics.h |
rename to webrtc/base/rate_statistics.h |
index fc8ff082d064daa9a25887d066521386060e73f2..21f6ce61607114e39932155eeb22022ab6102828 100644 |
--- a/webrtc/modules/remote_bitrate_estimator/rate_statistics.h |
+++ b/webrtc/base/rate_statistics.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_RATE_STATISTICS_H_ |
-#define WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_RATE_STATISTICS_H_ |
+#ifndef WEBRTC_BASE_RATE_STATISTICS_H_ |
+#define WEBRTC_BASE_RATE_STATISTICS_H_ |
#include "webrtc/base/scoped_ptr.h" |
#include "webrtc/typedefs.h" |
@@ -50,4 +50,4 @@ class RateStatistics { |
}; |
} // namespace webrtc |
-#endif // WEBRTC_MODULES_REMOTE_BITRATE_ESTIMATOR_RATE_STATISTICS_H_ |
+#endif // WEBRTC_BASE_RATE_STATISTICS_H_ |