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

Unified Diff: webrtc/pc/rtpsenderreceiver_unittest.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 4 years 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/pc/rtpsenderreceiver_unittest.cc
diff --git a/webrtc/api/rtpsenderreceiver_unittest.cc b/webrtc/pc/rtpsenderreceiver_unittest.cc
similarity index 98%
rename from webrtc/api/rtpsenderreceiver_unittest.cc
rename to webrtc/pc/rtpsenderreceiver_unittest.cc
index f4f550e9068dd872f608a0e442df37584a5cd6aa..c36738ae2969f0d17c3f3a47562e8723ae7a45e8 100644
--- a/webrtc/api/rtpsenderreceiver_unittest.cc
+++ b/webrtc/pc/rtpsenderreceiver_unittest.cc
@@ -12,24 +12,24 @@
#include <string>
#include <utility>
-#include "webrtc/api/audiotrack.h"
-#include "webrtc/api/fakemediacontroller.h"
-#include "webrtc/api/localaudiosource.h"
-#include "webrtc/api/mediastream.h"
-#include "webrtc/api/remoteaudiosource.h"
-#include "webrtc/api/rtpreceiver.h"
-#include "webrtc/api/rtpsender.h"
-#include "webrtc/api/streamcollection.h"
-#include "webrtc/api/test/fakevideotracksource.h"
-#include "webrtc/api/videotrack.h"
-#include "webrtc/api/videotracksource.h"
#include "webrtc/base/gunit.h"
#include "webrtc/logging/rtc_event_log/rtc_event_log.h"
#include "webrtc/media/base/fakemediaengine.h"
#include "webrtc/media/base/mediachannel.h"
#include "webrtc/media/engine/fakewebrtccall.h"
#include "webrtc/p2p/base/faketransportcontroller.h"
+#include "webrtc/pc/audiotrack.h"
#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/fakemediacontroller.h"
+#include "webrtc/pc/localaudiosource.h"
+#include "webrtc/pc/mediastream.h"
+#include "webrtc/pc/remoteaudiosource.h"
+#include "webrtc/pc/rtpreceiver.h"
+#include "webrtc/pc/rtpsender.h"
+#include "webrtc/pc/streamcollection.h"
+#include "webrtc/pc/test/fakevideotracksource.h"
+#include "webrtc/pc/videotrack.h"
+#include "webrtc/pc/videotracksource.h"
#include "webrtc/test/gmock.h"
#include "webrtc/test/gtest.h"

Powered by Google App Engine
This is Rietveld 408576698