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

Unified Diff: webrtc/pc/jsepsessiondescription.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/jsepicecandidate.cc ('k') | webrtc/pc/jsepsessiondescription_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/jsepsessiondescription.cc
diff --git a/webrtc/api/jsepsessiondescription.cc b/webrtc/pc/jsepsessiondescription.cc
similarity index 99%
rename from webrtc/api/jsepsessiondescription.cc
rename to webrtc/pc/jsepsessiondescription.cc
index 6f73a1e9fdbf54fbca2d7af0910c5484f055746d..02919b6bf8b7328e7fd99338815a5ba205af1158 100644
--- a/webrtc/api/jsepsessiondescription.cc
+++ b/webrtc/pc/jsepsessiondescription.cc
@@ -12,10 +12,10 @@
#include <memory>
-#include "webrtc/api/webrtcsdp.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/base/stringencode.h"
#include "webrtc/pc/mediasession.h"
+#include "webrtc/pc/webrtcsdp.h"
using cricket::SessionDescription;
« no previous file with comments | « webrtc/pc/jsepicecandidate.cc ('k') | webrtc/pc/jsepsessiondescription_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698