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; |