| Index: webrtc/api/rtpreceiver.cc
|
| diff --git a/talk/app/webrtc/rtpreceiver.cc b/webrtc/api/rtpreceiver.cc
|
| similarity index 97%
|
| rename from talk/app/webrtc/rtpreceiver.cc
|
| rename to webrtc/api/rtpreceiver.cc
|
| index 34efe5c415c703f0b3982e528c40e057317c4c47..11d074a7b403a6a2e82cbfe3f71c660d304d0fd0 100644
|
| --- a/talk/app/webrtc/rtpreceiver.cc
|
| +++ b/webrtc/api/rtpreceiver.cc
|
| @@ -25,9 +25,9 @@
|
| * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "talk/app/webrtc/rtpreceiver.h"
|
| +#include "webrtc/api/rtpreceiver.h"
|
|
|
| -#include "talk/app/webrtc/videosourceinterface.h"
|
| +#include "webrtc/api/videosourceinterface.h"
|
|
|
| namespace webrtc {
|
|
|
|
|