| Index: webrtc/modules/congestion_controller/median_slope_estimator.h
|
| diff --git a/webrtc/modules/congestion_controller/median_slope_estimator.h b/webrtc/modules/congestion_controller/median_slope_estimator.h
|
| index 76bb60ac81e04f8eb2f26901d7200b8523164979..c36fdbeff0808b8815b0878caecc461a2364d8bc 100644
|
| --- a/webrtc/modules/congestion_controller/median_slope_estimator.h
|
| +++ b/webrtc/modules/congestion_controller/median_slope_estimator.h
|
| @@ -16,8 +16,8 @@
|
| #include <list>
|
| #include <vector>
|
|
|
| -#include "webrtc/base/analytics/percentile_filter.h"
|
| #include "webrtc/base/constructormagic.h"
|
| +#include "webrtc/base/numerics/percentile_filter.h"
|
|
|
| namespace webrtc {
|
|
|
|
|