Index: webrtc/modules/video_coding/test/rtp_player.cc |
diff --git a/webrtc/modules/video_coding/main/test/rtp_player.cc b/webrtc/modules/video_coding/test/rtp_player.cc |
similarity index 98% |
rename from webrtc/modules/video_coding/main/test/rtp_player.cc |
rename to webrtc/modules/video_coding/test/rtp_player.cc |
index 5fed3b18c393c734e39bd3e5fba78d7d46651358..c9af450f57c4a2bec9756d7e9b841979aa8530b5 100644 |
--- a/webrtc/modules/video_coding/main/test/rtp_player.cc |
+++ b/webrtc/modules/video_coding/test/rtp_player.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/modules/video_coding/main/test/rtp_player.h" |
+#include "webrtc/modules/video_coding/test/rtp_player.h" |
#include <stdio.h> |
@@ -19,8 +19,8 @@ |
#include "webrtc/modules/rtp_rtcp/include/rtp_payload_registry.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_receiver.h" |
#include "webrtc/modules/rtp_rtcp/include/rtp_rtcp.h" |
-#include "webrtc/modules/video_coding/main/source/internal_defines.h" |
-#include "webrtc/modules/video_coding/main/test/test_util.h" |
+#include "webrtc/modules/video_coding/internal_defines.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" |
#include "webrtc/test/rtp_file_reader.h" |