| Index: webrtc/modules/remote_bitrate_estimator/send_time_history.cc
|
| diff --git a/webrtc/modules/bitrate_controller/send_time_history.cc b/webrtc/modules/remote_bitrate_estimator/send_time_history.cc
|
| similarity index 97%
|
| rename from webrtc/modules/bitrate_controller/send_time_history.cc
|
| rename to webrtc/modules/remote_bitrate_estimator/send_time_history.cc
|
| index 7e0c89e73d138faf74ae95192aff37be9ae25421..f5645731610b7f0a11fb88c5f1c615902ab46949 100644
|
| --- a/webrtc/modules/bitrate_controller/send_time_history.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/send_time_history.cc
|
| @@ -10,7 +10,7 @@
|
|
|
| #include <assert.h>
|
|
|
| -#include "webrtc/modules/bitrate_controller/send_time_history.h"
|
| +#include "webrtc/modules/remote_bitrate_estimator/include/send_time_history.h"
|
|
|
| namespace webrtc {
|
|
|
|
|