Index: webrtc/voice_engine/test/channel_transport/udp_socket_posix.h |
diff --git a/webrtc/test/channel_transport/udp_socket_posix.h b/webrtc/voice_engine/test/channel_transport/udp_socket_posix.h |
similarity index 89% |
rename from webrtc/test/channel_transport/udp_socket_posix.h |
rename to webrtc/voice_engine/test/channel_transport/udp_socket_posix.h |
index 537b52e393049238cfa5756eb2fc8317be7ef44f..98301330c23632d07b6264fe4007799020e6387c 100644 |
--- a/webrtc/test/channel_transport/udp_socket_posix.h |
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket_posix.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |
-#define WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |
+#ifndef WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |
+#define WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |
#include <arpa/inet.h> |
#include <netinet/in.h> |
@@ -18,7 +18,7 @@ |
#include "webrtc/base/event.h" |
#include "webrtc/base/criticalsection.h" |
-#include "webrtc/test/channel_transport/udp_socket_wrapper.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.h" |
namespace webrtc { |
namespace test { |
@@ -91,4 +91,4 @@ private: |
} // namespace test |
} // namespace webrtc |
-#endif // WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |
+#endif // WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET_POSIX_H_ |