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

Unified Diff: webrtc/pc/videocapturertracksource_unittest.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/videocapturertracksource.cc ('k') | webrtc/pc/videotrack.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/pc/videocapturertracksource_unittest.cc
diff --git a/webrtc/api/videocapturertracksource_unittest.cc b/webrtc/pc/videocapturertracksource_unittest.cc
similarity index 99%
rename from webrtc/api/videocapturertracksource_unittest.cc
rename to webrtc/pc/videocapturertracksource_unittest.cc
index a0350d999d99573fe9a393f64930fe27646f9f64..144d4b4b794288989b23f8064887d536adc57b0d 100644
--- a/webrtc/api/videocapturertracksource_unittest.cc
+++ b/webrtc/pc/videocapturertracksource_unittest.cc
@@ -13,11 +13,11 @@
#include <vector>
#include "webrtc/api/test/fakeconstraints.h"
-#include "webrtc/api/videocapturertracksource.h"
#include "webrtc/base/gunit.h"
#include "webrtc/media/base/fakemediaengine.h"
#include "webrtc/media/base/fakevideocapturer.h"
#include "webrtc/media/base/fakevideorenderer.h"
+#include "webrtc/pc/videocapturertracksource.h"
using webrtc::FakeConstraints;
using webrtc::VideoCapturerTrackSource;
« no previous file with comments | « webrtc/pc/videocapturertracksource.cc ('k') | webrtc/pc/videotrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698