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

Unified Diff: webrtc/pc/webrtcsessiondescriptionfactory.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Big move! Created 4 years, 1 month 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
« webrtc/api/BUILD.gn ('K') | « webrtc/pc/webrtcsessiondescriptionfactory.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/webrtcsessiondescriptionfactory.cc
diff --git a/webrtc/api/webrtcsessiondescriptionfactory.cc b/webrtc/pc/webrtcsessiondescriptionfactory.cc
similarity index 99%
rename from webrtc/api/webrtcsessiondescriptionfactory.cc
rename to webrtc/pc/webrtcsessiondescriptionfactory.cc
index 29da6f2c022bf5dfc34b525833bb4ff716ac2cac..59c3ba3b2db113e9f57d12957324b7cb01eb970c 100644
--- a/webrtc/api/webrtcsessiondescriptionfactory.cc
+++ b/webrtc/pc/webrtcsessiondescriptionfactory.cc
@@ -8,15 +8,15 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/webrtcsessiondescriptionfactory.h"
+#include "webrtc/pc/webrtcsessiondescriptionfactory.h"
#include <utility>
#include "webrtc/api/jsep.h"
-#include "webrtc/api/jsepsessiondescription.h"
#include "webrtc/api/mediaconstraintsinterface.h"
-#include "webrtc/api/webrtcsession.h"
#include "webrtc/base/sslidentity.h"
+#include "webrtc/pc/jsepsessiondescription.h"
+#include "webrtc/pc/webrtcsession.h"
using cricket::MediaSessionOptions;
« webrtc/api/BUILD.gn ('K') | « webrtc/pc/webrtcsessiondescriptionfactory.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698