| Index: webrtc/modules/video_coding/jitter_estimator.h
|
| diff --git a/webrtc/modules/video_coding/main/source/jitter_estimator.h b/webrtc/modules/video_coding/jitter_estimator.h
|
| similarity index 99%
|
| rename from webrtc/modules/video_coding/main/source/jitter_estimator.h
|
| rename to webrtc/modules/video_coding/jitter_estimator.h
|
| index 46ed67ba1dedb7fa79301f4d498494b833f351d8..580e114458ccd7680d1f0209fd01d681b4e149bb 100644
|
| --- a/webrtc/modules/video_coding/main/source/jitter_estimator.h
|
| +++ b/webrtc/modules/video_coding/jitter_estimator.h
|
| @@ -12,7 +12,7 @@
|
| #define WEBRTC_MODULES_VIDEO_CODING_JITTER_ESTIMATOR_H_
|
|
|
| #include "webrtc/base/rollingaccumulator.h"
|
| -#include "webrtc/modules/video_coding/main/source/rtt_filter.h"
|
| +#include "webrtc/modules/video_coding/rtt_filter.h"
|
| #include "webrtc/typedefs.h"
|
|
|
| namespace webrtc
|
|
|