Index: webrtc/media/devices/linuxdevicemanager.cc |
diff --git a/talk/media/devices/linuxdevicemanager.cc b/webrtc/media/devices/linuxdevicemanager.cc |
similarity index 98% |
rename from talk/media/devices/linuxdevicemanager.cc |
rename to webrtc/media/devices/linuxdevicemanager.cc |
index 25be321c5e580b60019089e37af631c977ac6baf..4573a4d5edb151aa3e40e3dfc2c779a09c8d4226 100644 |
--- a/talk/media/devices/linuxdevicemanager.cc |
+++ b/webrtc/media/devices/linuxdevicemanager.cc |
@@ -25,16 +25,9 @@ |
* ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
*/ |
-#include "talk/media/devices/linuxdevicemanager.h" |
+#include "webrtc/media/devices/linuxdevicemanager.h" |
#include <unistd.h> |
-#include "talk/media/base/mediacommon.h" |
-#include "talk/media/devices/libudevsymboltable.h" |
-#include "talk/media/devices/v4llookup.h" |
-#include "webrtc/sound/platformsoundsystem.h" |
-#include "webrtc/sound/platformsoundsystemfactory.h" |
-#include "webrtc/sound/sounddevicelocator.h" |
-#include "webrtc/sound/soundsysteminterface.h" |
#include "webrtc/base/fileutils.h" |
#include "webrtc/base/linux.h" |
#include "webrtc/base/logging.h" |
@@ -43,6 +36,13 @@ |
#include "webrtc/base/stream.h" |
#include "webrtc/base/stringutils.h" |
#include "webrtc/base/thread.h" |
+#include "webrtc/media/base/mediacommon.h" |
+#include "webrtc/media/devices/libudevsymboltable.h" |
+#include "webrtc/media/devices/v4llookup.h" |
+#include "webrtc/sound/platformsoundsystem.h" |
+#include "webrtc/sound/platformsoundsystemfactory.h" |
+#include "webrtc/sound/sounddevicelocator.h" |
+#include "webrtc/sound/soundsysteminterface.h" |
namespace cricket { |