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

Unified Diff: webrtc/pc/videocapturertracksource.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/videocapturertracksource.cc
diff --git a/webrtc/api/videocapturertracksource.cc b/webrtc/pc/videocapturertracksource.cc
similarity index 99%
rename from webrtc/api/videocapturertracksource.cc
rename to webrtc/pc/videocapturertracksource.cc
index 1bf4bea1d0d779ec93eff06e55b73f1ebd998572..50c278ca65c1d2869f1f5066eacfcc9b8d4c5797 100644
--- a/webrtc/api/videocapturertracksource.cc
+++ b/webrtc/pc/videocapturertracksource.cc
@@ -8,7 +8,7 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-#include "webrtc/api/videocapturertracksource.h"
+#include "webrtc/pc/videocapturertracksource.h"
#include <cstdlib>
#include <string>

Powered by Google App Engine
This is Rietveld 408576698