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

Unified Diff: webrtc/call/bitrate_allocator.h

Issue 1441673002: Move BitrateAllocator from BitrateController logic to Call. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebase Created 5 years, 1 month 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
Index: webrtc/call/bitrate_allocator.h
diff --git a/webrtc/modules/bitrate_controller/include/bitrate_allocator.h b/webrtc/call/bitrate_allocator.h
similarity index 94%
rename from webrtc/modules/bitrate_controller/include/bitrate_allocator.h
rename to webrtc/call/bitrate_allocator.h
index 4ee27f36d35e15f3459ae0f2b14a4577c73e44fe..4a3fd59d495f212b43af3ed74495ef905087f98e 100644
--- a/webrtc/modules/bitrate_controller/include/bitrate_allocator.h
+++ b/webrtc/call/bitrate_allocator.h
@@ -12,8 +12,8 @@
* and push the result to the encoders via BitrateObserver(s).
*/
-#ifndef WEBRTC_MODULES_BITRATE_CONTROLLER_INCLUDE_BITRATE_ALLOCATOR_H_
-#define WEBRTC_MODULES_BITRATE_CONTROLLER_INCLUDE_BITRATE_ALLOCATOR_H_
+#ifndef WEBRTC_CALL_BITRATE_ALLOCATOR_H_
+#define WEBRTC_CALL_BITRATE_ALLOCATOR_H_
#include <list>
#include <map>
@@ -99,4 +99,4 @@ class BitrateAllocator {
int64_t last_rtt_ GUARDED_BY(crit_sect_);
};
} // namespace webrtc
-#endif // WEBRTC_MODULES_BITRATE_CONTROLLER_INCLUDE_BITRATE_ALLOCATOR_H_
+#endif // WEBRTC_CALL_BITRATE_ALLOCATOR_H_

Powered by Google App Engine
This is Rietveld 408576698