| Index: webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.cc
|
| diff --git a/webrtc/test/channel_transport/udp_socket_wrapper.cc b/webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.cc
|
| similarity index 92%
|
| rename from webrtc/test/channel_transport/udp_socket_wrapper.cc
|
| rename to webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.cc
|
| index f4fa3e950b80c9575ddaf7a77c94e4c5db3ca69d..e02f0c5cb40934fa69b19212a3792bdfae25d293 100644
|
| --- a/webrtc/test/channel_transport/udp_socket_wrapper.cc
|
| +++ b/webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.cc
|
| @@ -8,19 +8,19 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/test/channel_transport/udp_socket_wrapper.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.h"
|
|
|
| #include <stdlib.h>
|
| #include <string.h>
|
|
|
| #include "webrtc/system_wrappers/include/event_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"
|
|
|
| #if defined(_WIN32)
|
| - #include "webrtc/test/channel_transport/udp_socket2_win.h"
|
| + #include "webrtc/voice_engine/test/channel_transport/udp_socket2_win.h"
|
| #else
|
| - #include "webrtc/test/channel_transport/udp_socket_posix.h"
|
| + #include "webrtc/voice_engine/test/channel_transport/udp_socket_posix.h"
|
| #endif
|
|
|
|
|
|
|