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

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.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_socket_manager_posix.cc
diff --git a/webrtc/test/channel_transport/udp_socket_manager_posix.cc b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
similarity index 98%
rename from webrtc/test/channel_transport/udp_socket_manager_posix.cc
rename to webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
index 6b1a466bf2671e5d2691f3f2bdecaf9beec0dbdb..6447e8bec1ff154015c699bf15acd0b01751a013 100644
--- a/webrtc/test/channel_transport/udp_socket_manager_posix.cc
+++ b/webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/test/channel_transport/udp_socket_manager_posix.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_posix.h"
#include <stdio.h>
#include <strings.h>
@@ -19,7 +19,7 @@
#include "webrtc/system_wrappers/include/sleep.h"
#include "webrtc/system_wrappers/include/trace.h"
-#include "webrtc/test/channel_transport/udp_socket_posix.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_posix.h"
namespace webrtc {
namespace test {

Powered by Google App Engine
This is Rietveld 408576698