| Index: webrtc/modules/video_coding/test/vcm_payload_sink_factory.cc
|
| diff --git a/webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc b/webrtc/modules/video_coding/test/vcm_payload_sink_factory.cc
|
| similarity index 97%
|
| rename from webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc
|
| rename to webrtc/modules/video_coding/test/vcm_payload_sink_factory.cc
|
| index d930805bb434a9fd8b5cf068fe39ad1d8c499d83..26a0d019bfaea21f6d3f909b5b2f46ee6cc49920 100644
|
| --- a/webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.cc
|
| +++ b/webrtc/modules/video_coding/test/vcm_payload_sink_factory.cc
|
| @@ -8,14 +8,14 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/modules/video_coding/main/test/vcm_payload_sink_factory.h"
|
| +#include "webrtc/modules/video_coding/test/vcm_payload_sink_factory.h"
|
|
|
| #include <assert.h>
|
|
|
| #include <algorithm>
|
|
|
| #include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h"
|
| -#include "webrtc/modules/video_coding/main/test/test_util.h"
|
| +#include "webrtc/modules/video_coding/test/test_util.h"
|
| #include "webrtc/system_wrappers/include/clock.h"
|
| #include "webrtc/system_wrappers/include/critical_section_wrapper.h"
|
|
|
|
|