| Index: webrtc/voice_engine/test/channel_transport/udp_transport_impl.h
|
| diff --git a/webrtc/test/channel_transport/udp_transport_impl.h b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.h
|
| similarity index 96%
|
| rename from webrtc/test/channel_transport/udp_transport_impl.h
|
| rename to webrtc/voice_engine/test/channel_transport/udp_transport_impl.h
|
| index f80ee02d710815d8a34779fdefea0e6d80725c6f..236ff53f5fcbe5511fe7ff7bdff3c94350deded5 100644
|
| --- a/webrtc/test/channel_transport/udp_transport_impl.h
|
| +++ b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.h
|
| @@ -8,11 +8,11 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
| -#define WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
| +#ifndef WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
| +#define WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
|
|
| -#include "webrtc/test/channel_transport/udp_socket_wrapper.h"
|
| -#include "webrtc/test/channel_transport/udp_transport.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_transport.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -256,4 +256,4 @@ private:
|
| } // namespace test
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
| +#endif // WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_TRANSPORT_IMPL_H_
|
|
|