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

Unified Diff: webrtc/pc/audiotrack.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/audiotrack.h ('k') | webrtc/pc/channelmanager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/audiotrack.cc
diff --git a/webrtc/api/audiotrack.cc b/webrtc/pc/audiotrack.cc
similarity index 95%
rename from webrtc/api/audiotrack.cc
rename to webrtc/pc/audiotrack.cc
index c2c9557c9e3ed56a7b1b66465e56ef93288ba245..951acbf93e0ae736813631de76ba771776614509 100644
--- a/webrtc/api/audiotrack.cc
+++ b/webrtc/pc/audiotrack.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/audiotrack.h"
+#include "webrtc/pc/audiotrack.h"
#include "webrtc/base/checks.h"
@@ -16,8 +16,6 @@ using rtc::scoped_refptr;
namespace webrtc {
-const char MediaStreamTrackInterface::kAudioKind[] = "audio";
-
// static
scoped_refptr<AudioTrack> AudioTrack::Create(
const std::string& id,
« no previous file with comments | « webrtc/pc/audiotrack.h ('k') | webrtc/pc/channelmanager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698