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

Unified Diff: webrtc/pc/mediastream.cc

Issue 2514883002: Create //webrtc/api:libjingle_peerconnection_api + refactorings. (Closed)
Patch Set: Rebase 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/mediastream.cc
diff --git a/webrtc/api/mediastream.cc b/webrtc/pc/mediastream.cc
similarity index 98%
rename from webrtc/api/mediastream.cc
rename to webrtc/pc/mediastream.cc
index 3547cb84f7a41277f0bf3346334180356f3ad46a..e75f5475db0df54fc94ca440e9d473972ef0e443 100644
--- a/webrtc/api/mediastream.cc
+++ b/webrtc/pc/mediastream.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/mediastream.h"
+#include "webrtc/pc/mediastream.h"
#include "webrtc/base/logging.h"
namespace webrtc {

Powered by Google App Engine
This is Rietveld 408576698