| Index: webrtc/modules/video_coding/jitter_estimator_tests.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/jitter_estimator_tests.cc b/webrtc/modules/video_coding/jitter_estimator_tests.cc
|
| similarity index 98%
|
| rename from webrtc/modules/video_coding/main/source/jitter_estimator_tests.cc
|
| rename to webrtc/modules/video_coding/jitter_estimator_tests.cc
|
| index c69c4bcdad131787f744d022b136a37705e4c21a..3d46ce2bcdf626d777b8996cb722f7cf042cf18b 100644
|
| --- a/webrtc/modules/video_coding/main/source/jitter_estimator_tests.cc
|
| +++ b/webrtc/modules/video_coding/jitter_estimator_tests.cc
|
| @@ -7,7 +7,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/main/source/jitter_estimator.h"
|
| +#include "webrtc/modules/video_coding/jitter_estimator.h"
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
|
|