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

Unified Diff: webrtc/pc/webrtcsession_unittest.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/webrtcsession.cc ('k') | webrtc/pc/webrtcsessiondescriptionfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/webrtcsession_unittest.cc
diff --git a/webrtc/api/webrtcsession_unittest.cc b/webrtc/pc/webrtcsession_unittest.cc
similarity index 99%
rename from webrtc/api/webrtcsession_unittest.cc
rename to webrtc/pc/webrtcsession_unittest.cc
index 1a7a02622c42c0a9ce5da7faaf00801a9f0970c3..053f64ceb3d4c21758213fe4217a0dec8865a6aa 100644
--- a/webrtc/api/webrtcsession_unittest.cc
+++ b/webrtc/pc/webrtcsession_unittest.cc
@@ -12,17 +12,9 @@
#include <utility>
#include <vector>
-#include "webrtc/api/audiotrack.h"
-#include "webrtc/api/fakemediacontroller.h"
#include "webrtc/api/fakemetricsobserver.h"
#include "webrtc/api/jsepicecandidate.h"
#include "webrtc/api/jsepsessiondescription.h"
-#include "webrtc/api/peerconnection.h"
-#include "webrtc/api/sctputils.h"
-#include "webrtc/api/test/fakertccertificategenerator.h"
-#include "webrtc/api/videotrack.h"
-#include "webrtc/api/webrtcsession.h"
-#include "webrtc/api/webrtcsessiondescriptionfactory.h"
#include "webrtc/base/checks.h"
#include "webrtc/base/fakenetwork.h"
#include "webrtc/base/firewallsocketserver.h"
@@ -47,8 +39,16 @@
#include "webrtc/p2p/base/teststunserver.h"
#include "webrtc/p2p/base/testturnserver.h"
#include "webrtc/p2p/client/basicportallocator.h"
+#include "webrtc/pc/audiotrack.h"
#include "webrtc/pc/channelmanager.h"
+#include "webrtc/pc/fakemediacontroller.h"
#include "webrtc/pc/mediasession.h"
+#include "webrtc/pc/peerconnection.h"
+#include "webrtc/pc/sctputils.h"
+#include "webrtc/pc/test/fakertccertificategenerator.h"
+#include "webrtc/pc/videotrack.h"
+#include "webrtc/pc/webrtcsession.h"
+#include "webrtc/pc/webrtcsessiondescriptionfactory.h"
#define MAYBE_SKIP_TEST(feature) \
if (!(feature())) { \
« no previous file with comments | « webrtc/pc/webrtcsession.cc ('k') | webrtc/pc/webrtcsessiondescriptionfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698