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

Unified Diff: webrtc/pc/test/peerconnectiontestwrapper.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase Created 3 years, 11 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
« no previous file with comments | « webrtc/pc/test/peerconnectiontestwrapper.h ('k') | webrtc/pc/test/rtcstatsobtainer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/test/peerconnectiontestwrapper.cc
diff --git a/webrtc/api/test/peerconnectiontestwrapper.cc b/webrtc/pc/test/peerconnectiontestwrapper.cc
similarity index 97%
rename from webrtc/api/test/peerconnectiontestwrapper.cc
rename to webrtc/pc/test/peerconnectiontestwrapper.cc
index b1eb58677d310e47461d5fd833fe2a1f436952c1..6404e2b3fcf385306141aaa7ffd73ace0f52464d 100644
--- a/webrtc/api/test/peerconnectiontestwrapper.cc
+++ b/webrtc/pc/test/peerconnectiontestwrapper.cc
@@ -10,12 +10,12 @@
#include <utility>
-#include "webrtc/api/test/fakeperiodicvideocapturer.h"
-#include "webrtc/api/test/fakertccertificategenerator.h"
-#include "webrtc/api/test/mockpeerconnectionobservers.h"
-#include "webrtc/api/test/peerconnectiontestwrapper.h"
#include "webrtc/base/gunit.h"
#include "webrtc/p2p/base/fakeportallocator.h"
+#include "webrtc/pc/test/fakeperiodicvideocapturer.h"
+#include "webrtc/pc/test/fakertccertificategenerator.h"
+#include "webrtc/pc/test/mockpeerconnectionobservers.h"
+#include "webrtc/pc/test/peerconnectiontestwrapper.h"
static const char kStreamLabelBase[] = "stream_label";
static const char kVideoTrackLabelBase[] = "video_track";
« no previous file with comments | « webrtc/pc/test/peerconnectiontestwrapper.h ('k') | webrtc/pc/test/rtcstatsobtainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698