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

Unified Diff: webrtc/media/devices/v4llookup.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. 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/media/devices/v4llookup.h ('k') | webrtc/media/devices/videorendererfactory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/v4llookup.cc
diff --git a/talk/media/devices/v4llookup.cc b/webrtc/media/devices/v4llookup.cc
similarity index 98%
rename from talk/media/devices/v4llookup.cc
rename to webrtc/media/devices/v4llookup.cc
index 20b534c82dec745ac94ff081b1ae6b8b236d3772..011f63ac289318cd493d907a4c8b1b21a2ab35ed 100644
--- a/talk/media/devices/v4llookup.cc
+++ b/webrtc/media/devices/v4llookup.cc
@@ -32,7 +32,7 @@
* The functionality is implemented as a class with virtual methods for
* the purpose of unit testing.
*/
-#include "talk/media/devices/v4llookup.h"
+#include "webrtc/media/devices/v4llookup.h"
#include <errno.h>
#include <fcntl.h>
« no previous file with comments | « webrtc/media/devices/v4llookup.h ('k') | webrtc/media/devices/videorendererfactory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698