Index: webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc |
diff --git a/webrtc/test/channel_transport/udp_socket2_win.cc b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc |
similarity index 99% |
rename from webrtc/test/channel_transport/udp_socket2_win.cc |
rename to webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc |
index 2858c2d002d0795237fa04ffb67aa04daa4c1cd5..ffe71390935b17ed107c32920eccb5a75792814e 100644 |
--- a/webrtc/test/channel_transport/udp_socket2_win.cc |
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc |
@@ -8,7 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#include "webrtc/test/channel_transport/udp_socket2_win.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_win.h" |
#include <assert.h> |
#include <stdlib.h> |
@@ -16,8 +16,8 @@ |
#include "webrtc/base/format_macros.h" |
#include "webrtc/system_wrappers/include/sleep.h" |
-#include "webrtc/test/channel_transport/traffic_control_win.h" |
-#include "webrtc/test/channel_transport/udp_socket2_manager_win.h" |
+#include "webrtc/voice_engine/test/channel_transport/traffic_control_win.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h" |
#pragma warning(disable : 4311) |