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

Unified Diff: webrtc/api/videotrack_unittest.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/videotrack.cc ('k') | webrtc/api/videotrackrenderers.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/videotrack_unittest.cc
diff --git a/talk/app/webrtc/videotrack_unittest.cc b/webrtc/api/videotrack_unittest.cc
similarity index 96%
rename from talk/app/webrtc/videotrack_unittest.cc
rename to webrtc/api/videotrack_unittest.cc
index 88552a55a08e3c7a2f8d1c1cabf76c7896f9e39f..717cba697f096280443b5a2f09840e7020e631dd 100644
--- a/talk/app/webrtc/videotrack_unittest.cc
+++ b/webrtc/api/videotrack_unittest.cc
@@ -27,11 +27,11 @@
#include <string>
-#include "talk/app/webrtc/remotevideocapturer.h"
-#include "talk/app/webrtc/test/fakevideotrackrenderer.h"
-#include "talk/app/webrtc/videosource.h"
-#include "talk/app/webrtc/videotrack.h"
#include "talk/session/media/channelmanager.h"
+#include "webrtc/api/remotevideocapturer.h"
+#include "webrtc/api/test/fakevideotrackrenderer.h"
+#include "webrtc/api/videosource.h"
+#include "webrtc/api/videotrack.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/scoped_ptr.h"
#include "webrtc/media/base/fakemediaengine.h"
« no previous file with comments | « webrtc/api/videotrack.cc ('k') | webrtc/api/videotrackrenderers.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698