| Index: webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc b/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| index 62bb2e1cac4b6c3bbebf51ec2c8ed1a03013b49d..c9340892f2722ba8f19691f56f0d34fb5465b588 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| @@ -20,8 +20,8 @@
|
| #include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/test/bwe_test_logging.h"
|
| #include "webrtc/modules/rtp_rtcp/source/rtp_utility.h"
|
| -#include "webrtc/system_wrappers/interface/field_trial.h"
|
| -#include "webrtc/system_wrappers/interface/trace.h"
|
| +#include "webrtc/system_wrappers/include/field_trial.h"
|
| +#include "webrtc/system_wrappers/include/trace.h"
|
|
|
| namespace webrtc {
|
|
|
|
|