| Index: webrtc/common_video/bitrate_adjuster.cc
|
| diff --git a/webrtc/modules/video_coding/bitrate_adjuster.cc b/webrtc/common_video/bitrate_adjuster.cc
|
| similarity index 98%
|
| rename from webrtc/modules/video_coding/bitrate_adjuster.cc
|
| rename to webrtc/common_video/bitrate_adjuster.cc
|
| index b6828ee6e1ebb8479e4f60867cefcb0abf17ab29..9c61120afe2edd825fff8f73e14ed4fd2c689a85 100644
|
| --- a/webrtc/modules/video_coding/bitrate_adjuster.cc
|
| +++ b/webrtc/common_video/bitrate_adjuster.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/include/bitrate_adjuster.h"
|
| +#include "webrtc/common_video/include/bitrate_adjuster.h"
|
|
|
| #include <cmath>
|
|
|
|
|