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

Unified Diff: webrtc/voice_engine/test/channel_transport/udp_transport_impl.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_transport_impl.cc
diff --git a/webrtc/test/channel_transport/udp_transport_impl.cc b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc
similarity index 99%
rename from webrtc/test/channel_transport/udp_transport_impl.cc
rename to webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc
index 897c8085226261bd0d9e61f15acc12568a8b4a1a..e265c1e84c3aeea6bf09d74f46309e9b5ac3e7f2 100644
--- a/webrtc/test/channel_transport/udp_transport_impl.cc
+++ b/webrtc/voice_engine/test/channel_transport/udp_transport_impl.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/test/channel_transport/udp_transport_impl.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_transport_impl.h"
#include <stdio.h>
#include <stdlib.h>
@@ -48,7 +48,7 @@
#include "webrtc/system_wrappers/include/critical_section_wrapper.h"
#include "webrtc/system_wrappers/include/rw_lock_wrapper.h"
#include "webrtc/system_wrappers/include/trace.h"
-#include "webrtc/test/channel_transport/udp_socket_manager_wrapper.h"
+#include "webrtc/voice_engine/test/channel_transport/udp_socket_manager_wrapper.h"
#include "webrtc/typedefs.h"
#if defined(WEBRTC_LINUX) || defined(WEBRTC_MAC)

Powered by Google App Engine
This is Rietveld 408576698