| Index: webrtc/api/localaudiosource.cc
|
| diff --git a/talk/app/webrtc/localaudiosource.cc b/webrtc/api/localaudiosource.cc
|
| similarity index 97%
|
| rename from talk/app/webrtc/localaudiosource.cc
|
| rename to webrtc/api/localaudiosource.cc
|
| index 9789fe6f543a3cab6a8a36f4d26a916b230d27b0..7aa05bb36fc472f5eac90ae9643181b22309ed1e 100644
|
| --- a/talk/app/webrtc/localaudiosource.cc
|
| +++ b/webrtc/api/localaudiosource.cc
|
| @@ -25,11 +25,11 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/localaudiosource.h"
|
| +#include "webrtc/api/localaudiosource.h"
|
|
|
| #include <vector>
|
|
|
| -#include "talk/app/webrtc/mediaconstraintsinterface.h"
|
| +#include "webrtc/api/mediaconstraintsinterface.h"
|
| #include "webrtc/media/base/mediaengine.h"
|
|
|
| using webrtc::MediaConstraintsInterface;
|
|
|