| Index: webrtc/media/devices/linuxdevicemanager.h
|
| diff --git a/talk/media/devices/linuxdevicemanager.h b/webrtc/media/devices/linuxdevicemanager.h
|
| similarity index 90%
|
| rename from talk/media/devices/linuxdevicemanager.h
|
| rename to webrtc/media/devices/linuxdevicemanager.h
|
| index 1eb648f395865d71daaaf7a950862ebd60cb6372..943b9e2105e21789f02b7a18debe85e9666c1404 100644
|
| --- a/talk/media/devices/linuxdevicemanager.h
|
| +++ b/webrtc/media/devices/linuxdevicemanager.h
|
| @@ -25,16 +25,16 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#ifndef TALK_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
| -#define TALK_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
| +#ifndef WEBRTC_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
| +#define WEBRTC_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
|
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "talk/media/devices/devicemanager.h"
|
| -#include "webrtc/sound/soundsystemfactory.h"
|
| #include "webrtc/base/sigslot.h"
|
| #include "webrtc/base/stringencode.h"
|
| +#include "webrtc/media/devices/devicemanager.h"
|
| +#include "webrtc/sound/soundsystemfactory.h"
|
|
|
| namespace cricket {
|
|
|
| @@ -52,4 +52,4 @@ class LinuxDeviceManager : public DeviceManager {
|
|
|
| } // namespace cricket
|
|
|
| -#endif // TALK_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
| +#endif // WEBRTC_MEDIA_DEVICES_LINUXDEVICEMANAGER_H_
|
|
|