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

Unified Diff: webrtc/pc/videotrack.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/videotrack.h ('k') | webrtc/pc/videotrack_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/videotrack.cc
diff --git a/webrtc/api/videotrack.cc b/webrtc/pc/videotrack.cc
similarity index 96%
rename from webrtc/api/videotrack.cc
rename to webrtc/pc/videotrack.cc
index 2fa2ba671a8724b3f8a6fff3fa5b1015b2a15bf2..494d728b1eaad2ba204308cbb84f708af2706304 100644
--- a/webrtc/api/videotrack.cc
+++ b/webrtc/pc/videotrack.cc
@@ -8,14 +8,12 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/videotrack.h"
+#include "webrtc/pc/videotrack.h"
#include <string>
namespace webrtc {
-const char MediaStreamTrackInterface::kVideoKind[] = "video";
-
VideoTrack::VideoTrack(const std::string& label,
VideoTrackSourceInterface* video_source)
: MediaStreamTrack<VideoTrackInterface>(label),
« no previous file with comments | « webrtc/pc/videotrack.h ('k') | webrtc/pc/videotrack_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698