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

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc

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_win.cc
diff --git a/webrtc/test/channel_transport/udp_socket2_win.cc b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc
similarity index 99%
rename from webrtc/test/channel_transport/udp_socket2_win.cc
rename to webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc
index 2858c2d002d0795237fa04ffb67aa04daa4c1cd5..ffe71390935b17ed107c32920eccb5a75792814e 100644
--- a/webrtc/test/channel_transport/udp_socket2_win.cc
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket2_win.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/test/channel_transport/udp_socket2_win.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_win.h"
#include <assert.h>
#include <stdlib.h>
@@ -16,8 +16,8 @@
#include "webrtc/base/format_macros.h"
#include "webrtc/system_wrappers/include/sleep.h"
-#include "webrtc/test/channel_transport/traffic_control_win.h"
-#include "webrtc/test/channel_transport/udp_socket2_manager_win.h"
+#include "webrtc/voice_engine/test/channel_transport/traffic_control_win.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket2_manager_win.h"
#pragma warning(disable : 4311)

Powered by Google App Engine
This is Rietveld 408576698