| Index: webrtc/voice_engine/test/channel_transport/channel_transport.h
|
| diff --git a/webrtc/test/channel_transport/channel_transport.h b/webrtc/voice_engine/test/channel_transport/channel_transport.h
|
| similarity index 84%
|
| rename from webrtc/test/channel_transport/channel_transport.h
|
| rename to webrtc/voice_engine/test/channel_transport/channel_transport.h
|
| index bab7c591813b37de1d3bfe93e862bb7fdea0c791..9604b512dec62ec01747c93954dece87264e7008 100644
|
| --- a/webrtc/test/channel_transport/channel_transport.h
|
| +++ b/webrtc/voice_engine/test/channel_transport/channel_transport.h
|
| @@ -8,10 +8,10 @@
|
| * be found in the AUTHORS file in the root of the source tree.
|
| */
|
|
|
| -#ifndef WEBRTC_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
| -#define WEBRTC_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
| +#ifndef WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
| +#define WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
|
|
| -#include "webrtc/test/channel_transport/udp_transport.h"
|
| +#include "webrtc/voice_engine/test/channel_transport/udp_transport.h"
|
|
|
| namespace webrtc {
|
|
|
| @@ -53,4 +53,4 @@ class VoiceChannelTransport : public UdpTransportData {
|
| } // namespace test
|
| } // namespace webrtc
|
|
|
| -#endif // WEBRTC_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
| +#endif // WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_CHANNEL_TRANSPORT_H_
|
|
|