Index: webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc |
diff --git a/webrtc/test/channel_transport/udp_transport_impl.cc b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc |
similarity index 99% |
rename from webrtc/test/channel_transport/udp_transport_impl.cc |
rename to webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc |
index 897c8085226261bd0d9e61f15acc12568a8b4a1a..e265c1e84c3aeea6bf09d74f46309e9b5ac3e7f2 100644 |
--- a/webrtc/test/channel_transport/udp_transport_impl.cc |
+++ b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/test/channel_transport/udp_transport_impl.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_transport_impl.h" |
#include <stdio.h> |
#include <stdlib.h> |
@@ -48,7 +48,7 @@ |
#include "webrtc/system_wrappers/include/critical_section_wrapper.h" |
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h" |
#include "webrtc/system_wrappers/include/trace.h" |
-#include "webrtc/test/channel_transport/udp_socket_manager_wrapper.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_wrapper.h" |
#include "webrtc/typedefs.h" |
#if defined(WEBRTC_LINUX) || defined(WEBRTC_MAC) |