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

Unified Diff: webrtc/api/remotevideocapturer.cc

Issue 1610243002: Move talk/app/webrtc to webrtc/api (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Removed processing of api.gyp for Chromium builds Created 4 years, 10 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/api/remotevideocapturer.h ('k') | webrtc/api/remotevideocapturer_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/remotevideocapturer.cc
diff --git a/talk/app/webrtc/remotevideocapturer.cc b/webrtc/api/remotevideocapturer.cc
similarity index 98%
rename from talk/app/webrtc/remotevideocapturer.cc
rename to webrtc/api/remotevideocapturer.cc
index 7e69eedf8e313622c05037845a21b40e5bad4f3c..b7be8f88ddc3b8b8a4216a38b94a5740726b957a 100644
--- a/talk/app/webrtc/remotevideocapturer.cc
+++ b/webrtc/api/remotevideocapturer.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/app/webrtc/remotevideocapturer.h"
+#include "webrtc/api/remotevideocapturer.h"
#include "webrtc/base/logging.h"
#include "webrtc/media/base/videoframe.h"
« no previous file with comments | « webrtc/api/remotevideocapturer.h ('k') | webrtc/api/remotevideocapturer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698