Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Unified Diff: webrtc/base/rate_statistics.h

Issue 1660963002: Bitrate controller for VideoToolbox encoder. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix win compile errors Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « webrtc/base/base_tests.gyp ('k') | webrtc/base/rate_statistics.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « webrtc/base/base_tests.gyp ('k') | webrtc/base/rate_statistics.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698