| Index: webrtc/modules/video_coding/jitter_buffer_unittest.cc
|
| diff --git a/webrtc/modules/video_coding/main/source/jitter_buffer_unittest.cc b/webrtc/modules/video_coding/jitter_buffer_unittest.cc
|
| similarity index 99%
|
| rename from webrtc/modules/video_coding/main/source/jitter_buffer_unittest.cc
|
| rename to webrtc/modules/video_coding/jitter_buffer_unittest.cc
|
| index 4bb85cf16f3d56194ceadc1961314afd64ea4f34..52151ea9aa4cff43037edab689ff5dc3c45a9d2a 100644
|
| --- a/webrtc/modules/video_coding/main/source/jitter_buffer_unittest.cc
|
| +++ b/webrtc/modules/video_coding/jitter_buffer_unittest.cc
|
| @@ -13,12 +13,12 @@
|
| #include <list>
|
|
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "webrtc/modules/video_coding/main/source/frame_buffer.h"
|
| -#include "webrtc/modules/video_coding/main/source/jitter_buffer.h"
|
| -#include "webrtc/modules/video_coding/main/source/media_opt_util.h"
|
| -#include "webrtc/modules/video_coding/main/source/packet.h"
|
| -#include "webrtc/modules/video_coding/main/source/test/stream_generator.h"
|
| -#include "webrtc/modules/video_coding/main/test/test_util.h"
|
| +#include "webrtc/modules/video_coding/frame_buffer.h"
|
| +#include "webrtc/modules/video_coding/jitter_buffer.h"
|
| +#include "webrtc/modules/video_coding/media_opt_util.h"
|
| +#include "webrtc/modules/video_coding/packet.h"
|
| +#include "webrtc/modules/video_coding/test/stream_generator.h"
|
| +#include "webrtc/modules/video_coding/test/test_util.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| #include "webrtc/system_wrappers/include/metrics.h"
|
| #include "webrtc/test/histogram.h"
|
|
|