| Index: webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
|
| diff --git a/webrtc/test/channel_transport/udp_socket_manager_posix.cc b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
|
| similarity index 98%
|
| rename from webrtc/test/channel_transport/udp_socket_manager_posix.cc
|
| rename to webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
|
| index 6b1a466bf2671e5d2691f3f2bdecaf9beec0dbdb..6447e8bec1ff154015c699bf15acd0b01751a013 100644
|
| --- a/webrtc/test/channel_transport/udp_socket_manager_posix.cc
|
| +++ b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
|
| @@ -8,7 +8,7 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#include "webrtc/test/channel_transport/udp_socket_manager_posix.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.h"
|
|
|
| #include <stdio.h>
|
| #include <strings.h>
|
| @@ -19,7 +19,7 @@
|
|
|
| #include "webrtc/system_wrappers/include/sleep.h"
|
| #include "webrtc/system_wrappers/include/trace.h"
|
| -#include "webrtc/test/channel_transport/udp_socket_posix.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_socket_posix.h"
|
|
|
| namespace webrtc {
|
| namespace test {
|
|
|