Chromium Code Reviews

Unified Diff: webrtc/media/devices/filevideocapturer_unittest.cc

Issue 1587193006: Move talk/media to webrtc/media (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Rebased to b647aca12a884a13c1728118586245399b55fa3d (#11493) Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « webrtc/media/devices/filevideocapturer.cc ('k') | webrtc/media/devices/gdivideorenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/filevideocapturer_unittest.cc
diff --git a/talk/media/devices/filevideocapturer_unittest.cc b/webrtc/media/devices/filevideocapturer_unittest.cc
similarity index 98%
rename from talk/media/devices/filevideocapturer_unittest.cc
rename to webrtc/media/devices/filevideocapturer_unittest.cc
index ccd2407214d0cab8213208790f18f09eb0234266..b34b69ff6905cc2d46a67906e63ba7ea6b9cdbd3 100644
--- a/talk/media/devices/filevideocapturer_unittest.cc
+++ b/webrtc/media/devices/filevideocapturer_unittest.cc
@@ -30,11 +30,11 @@
#include <string>
#include <vector>
-#include "talk/media/base/testutils.h"
-#include "talk/media/devices/filevideocapturer.h"
#include "webrtc/base/gunit.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/thread.h"
+#include "webrtc/media/base/testutils.h"
+#include "webrtc/media/devices/filevideocapturer.h"
namespace {
« no previous file with comments | « webrtc/media/devices/filevideocapturer.cc ('k') | webrtc/media/devices/gdivideorenderer.h » ('j') | no next file with comments »

Powered by Google App Engine