Index: webrtc/modules/video_coding/jitter_estimator.cc |
diff --git a/webrtc/modules/video_coding/main/source/jitter_estimator.cc b/webrtc/modules/video_coding/jitter_estimator.cc |
similarity index 98% |
rename from webrtc/modules/video_coding/main/source/jitter_estimator.cc |
rename to webrtc/modules/video_coding/jitter_estimator.cc |
index 5894c88d72a023f5261a55df8cdb3ba25ccf0bb5..151166577c59202848b4035e2b27f572124cfdd4 100644 |
--- a/webrtc/modules/video_coding/main/source/jitter_estimator.cc |
+++ b/webrtc/modules/video_coding/jitter_estimator.cc |
@@ -8,9 +8,9 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/video_coding/main/source/internal_defines.h" |
-#include "webrtc/modules/video_coding/main/source/jitter_estimator.h" |
-#include "webrtc/modules/video_coding/main/source/rtt_filter.h" |
+#include "webrtc/modules/video_coding/internal_defines.h" |
+#include "webrtc/modules/video_coding/jitter_estimator.h" |
+#include "webrtc/modules/video_coding/rtt_filter.h" |
#include "webrtc/system_wrappers/include/clock.h" |
#include "webrtc/system_wrappers/include/field_trial.h" |