Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(733)

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h

Issue 2319583005: Moved webrtc/test/channel_transport/ into webrtc/voice_engine/test/ (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h
diff --git a/webrtc/test/channel_transport/udp_socket2_manager_win.h b/webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h
similarity index 89%
rename from webrtc/test/channel_transport/udp_socket2_manager_win.h
rename to webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h
index e762dccd0df2beea2351ac596d66c50428bae927..ceba9c99e94047abed62f32cd3a67ae570ceb04a 100644
--- a/webrtc/test/channel_transport/udp_socket2_manager_win.h
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket2_manager_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_MANAGER_WINDOWS_H_
-#define WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_MANAGER_WINDOWS_H_
+#ifndef WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_MANAGER_WINDOWS_H_
+#define WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_MANAGER_WINDOWS_H_
#include <winsock2.h>
#include <list>
@@ -18,9 +18,9 @@
#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
#include "webrtc/system_wrappers/include/event_wrapper.h"
#include "webrtc/base/platform_thread.h"
-#include "webrtc/test/channel_transport/udp_socket2_win.h"
-#include "webrtc/test/channel_transport/udp_socket_manager_wrapper.h"
-#include "webrtc/test/channel_transport/udp_transport.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_win.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_wrapper.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_transport.h"
#define MAX_IO_BUFF_SIZE 1600
@@ -159,4 +159,4 @@ private:
} // namespace test
} // namespace webrtc
-#endif // WEBRTC_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_MANAGER_WINDOWS_H_
+#endif // WEBRTC_VOICE_ENGINE_TEST_CHANNEL_TRANSPORT_UDP_SOCKET2_MANAGER_WINDOWS_H_

Powered by Google App Engine
This is Rietveld 408576698