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

Unified Diff: webrtc/media/devices/win32devicemanager.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/win32devicemanager.h ('k') | webrtc/media/devices/yuvframescapturer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/win32devicemanager.cc
diff --git a/talk/media/devices/win32devicemanager.cc b/webrtc/media/devices/win32devicemanager.cc
similarity index 99%
rename from talk/media/devices/win32devicemanager.cc
rename to webrtc/media/devices/win32devicemanager.cc
index f34e3c44ebc50593eae870b177f78bb59a5c62d1..7f322551d2c3101b6e469e9a699d73242ca436d0 100644
--- a/talk/media/devices/win32devicemanager.cc
+++ b/webrtc/media/devices/win32devicemanager.cc
@@ -25,7 +25,7 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/media/devices/win32devicemanager.h"
+#include "webrtc/media/devices/win32devicemanager.h"
#include <atlbase.h>
#include <dbt.h>
@@ -54,7 +54,7 @@ EXTERN_C const PROPERTYKEY PKEY_AudioEndpoint_GUID = { {
#include "webrtc/base/thread.h"
#include "webrtc/base/win32.h" // ToUtf8
#include "webrtc/base/win32window.h"
-#include "talk/media/base/mediacommon.h"
+#include "webrtc/media/base/mediacommon.h"
#ifdef HAVE_LOGITECH_HEADERS
#include "third_party/logitech/files/logitechquickcam.h"
#endif
« no previous file with comments | « webrtc/media/devices/win32devicemanager.h ('k') | webrtc/media/devices/yuvframescapturer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698