| Index: webrtc/api/remoteaudiosource.cc
|
| diff --git a/talk/app/webrtc/remoteaudiosource.cc b/webrtc/api/remoteaudiosource.cc
|
| similarity index 98%
|
| rename from talk/app/webrtc/remoteaudiosource.cc
|
| rename to webrtc/api/remoteaudiosource.cc
|
| index e904dd91925e48654832a5bb769f2e971c8b513e..9a0900d920275890e8579d50e1d1fe59f629ec30 100644
|
| --- a/talk/app/webrtc/remoteaudiosource.cc
|
| +++ b/webrtc/api/remoteaudiosource.cc
|
| @@ -25,13 +25,13 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/remoteaudiosource.h"
|
| +#include "webrtc/api/remoteaudiosource.h"
|
|
|
| #include <algorithm>
|
| #include <functional>
|
| #include <utility>
|
|
|
| -#include "talk/app/webrtc/mediastreamprovider.h"
|
| +#include "webrtc/api/mediastreamprovider.h"
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/logging.h"
|
| #include "webrtc/base/thread.h"
|
|
|