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

Unified Diff: webrtc/pc/jsepicecandidate.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Added three headers for backwards-compatibility, specifically for building chromium. 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/jsepicecandidate.cc
diff --git a/webrtc/api/jsepicecandidate.cc b/webrtc/pc/jsepicecandidate.cc
similarity index 97%
rename from webrtc/api/jsepicecandidate.cc
rename to webrtc/pc/jsepicecandidate.cc
index cced1b4d6a51b68c657ada0d5b29189cd7104174..d113f01a99c1b19d19c18e93ab886c6082dea85d 100644
--- a/webrtc/api/jsepicecandidate.cc
+++ b/webrtc/pc/jsepicecandidate.cc
@@ -8,12 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/jsepicecandidate.h"
+#include "webrtc/pc/jsepicecandidate.h"
#include <vector>
-#include "webrtc/api/webrtcsdp.h"
#include "webrtc/base/stringencode.h"
+#include "webrtc/pc/webrtcsdp.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698