| Index: webrtc/api/rtpsender.cc
|
| diff --git a/talk/app/webrtc/rtpsender.cc b/webrtc/api/rtpsender.cc
|
| similarity index 98%
|
| rename from talk/app/webrtc/rtpsender.cc
|
| rename to webrtc/api/rtpsender.cc
|
| index a30bf0b163616f7022530f7c993d9ad153561969..f20f4643053873b4b8c8ee70861369b5eb21f4c2 100644
|
| --- a/talk/app/webrtc/rtpsender.cc
|
| +++ b/webrtc/api/rtpsender.cc
|
| @@ -25,10 +25,10 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/rtpsender.h"
|
| +#include "webrtc/api/rtpsender.h"
|
|
|
| -#include "talk/app/webrtc/localaudiosource.h"
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| +#include "webrtc/api/localaudiosource.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
| #include "webrtc/base/helpers.h"
|
|
|
| namespace webrtc {
|
|
|