Index: webrtc/voice_engine/test/channel_transport/udp_socket2_win.h |
diff --git a/webrtc/test/channel_transport/udp_socket2_win.h b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.h |
similarity index 93% |
rename from webrtc/test/channel_transport/udp_socket2_win.h |
rename to webrtc/voice_engine/test/channel_transport/udp_socket2_win.h |
index b41be9727d2beac302aa38f7dab387e437b41202..dd1aed80b835955cb75f68aea3d7687bc0769507 100644 |
--- a/webrtc/test/channel_transport/udp_socket2_win.h |
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.h |
@@ -8,8 +8,8 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
-#ifndef WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |
-#define WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |
+#ifndef WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |
+#define WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |
// Disable deprication warning from traffic.h |
#pragma warning(disable : 4995) |
@@ -24,8 +24,8 @@ |
#include "webrtc/system_wrappers/include/event_wrapper.h" |
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h" |
#include "webrtc/system_wrappers/include/trace.h" |
-#include "webrtc/test/channel_transport/udp_socket2_manager_win.h" |
-#include "webrtc/test/channel_transport/udp_socket_wrapper.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h" |
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_wrapper.h" |
namespace webrtc { |
namespace test { |
@@ -171,4 +171,4 @@ private: |
} // namespace test |
} // namespace webrtc |
-#endif // WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |
+#endif // WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_WINDOWS_H_ |