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

Unified Diff: webrtc/media/devices/macdevicemanager.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/macdevicemanager.h ('k') | webrtc/media/devices/macdevicemanagermm.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/media/devices/macdevicemanager.cc
diff --git a/talk/media/devices/macdevicemanager.cc b/webrtc/media/devices/macdevicemanager.cc
similarity index 98%
rename from talk/media/devices/macdevicemanager.cc
rename to webrtc/media/devices/macdevicemanager.cc
index 8f777b42da1a575978730b228470330f33d1aa96..e96539931fc2736569b7e5d42b065f1cc30d03a2 100644
--- a/talk/media/devices/macdevicemanager.cc
+++ b/webrtc/media/devices/macdevicemanager.cc
@@ -25,15 +25,15 @@
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "talk/media/devices/macdevicemanager.h"
+#include "webrtc/media/devices/macdevicemanager.h"
#include <CoreAudio/CoreAudio.h>
#include <QuickTime/QuickTime.h>
-#include "talk/media/base/mediacommon.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/stringutils.h"
#include "webrtc/base/thread.h"
+#include "webrtc/media/base/mediacommon.h"
class DeviceWatcherImpl;
« no previous file with comments | « webrtc/media/devices/macdevicemanager.h ('k') | webrtc/media/devices/macdevicemanagermm.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698