| 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_
|
|
|